by djthevj
difference between encapsulation and data hiding
|
|
[1 reply] : Encapsulation means to protect sensitive information in an object by m... (by Disch)
|
by djthevj
sorting the data of Map
|
|
[1 reply] : http://www.cplusplus.com/reference/stl/map/ Internally, the elements... (by R0mai)
|
by Dhanish
Linked lists
|
|
[3 replies] Last: Mistake here(line 69): current->data2=a; All nodes in 2nd li... (by boolivar)
|
problem when copying with inheritance |
|
[8 replies] Last: The specific problem here is that printStuff should take a reference o... (by kempofighter)
|
by Tom Backton
Same enum constant name in different enums
|
|
[2 replies] Last: Also check this out: #include <iostream> using namespace std; ... (by m4ster r0shi)
|
by ingenioushax
Banking class with file i/o
|
|
[4 replies] Last: It definitely does. Thanks much! Really appreciate it Maikel (by ingenioushax)
|
by chee
friend/method functions
|
|
[1 reply] : You're missing the return type. (by jsmith)
|
by ryehallett
Array of Array?
|
|
[2 replies] Last: You want Boost::Any for this... (by choisum)
|
by ohsnap1319
Linked List
|
|
[6 replies] Last: Thanks for all the help m4ster r0shi! (by ohsnap1319)
|
by gnwillix88
whats wrong here?
|
|
[2 replies] Last: It makes more sense to use ignore than get, imo. (by tummychow)
|
by oontvoo
problem with reading from files.
|
|
[1 reply] : After reading the last value on the second lines of your files, the eo... (by sammy34)
|
by UnderTaker
Size of the Class
|
|
[1 reply] : Question 1: because you can't have a type with a smaller size than a b... (by Bazzy)
|
by tajendra
How to choose between process core binding and thread core binding ?
|
|
[1 reply] : T1 to C1 and T2 to C2, ceteris paratus. It's unlikely to be worse than... (by choisum)
|
by avinash89
cannot find -lSDLmain
|
|
[8 replies] Last: I really wish SDL used a better method for initialization than #defini... (by helios)
|
by MaxRock
Deallocating memory with only the address of the data
|
|
[9 replies] Last: Wouldn't that also mean that if I re-allocate the array there is a po... (by helios)
|
by stavros
Read Multidimensional Array Constructor
|
|
[10 replies] Last: Thanks all for your help. I worked with a different language when hand... (by stavros)
|
by gnwillix88
validating
|
|
[1 reply] : I want you to notice the difference between the operators you use for ... (by m4ster r0shi)
|
by gnwillix88
counting numbers from a file
|
|
[4 replies] Last: As I said, your while loop makes no sense. 'ch = 'X'' has no effect o... (by hamsterman)
|
by sporx
finding the height of a Binary search tree
|
|
[3 replies] Last: b.height(&b); alternativly do an overload by: class Bin... (by maikel)
|
by Allenmy
Using Arrays and learning Hexadecimal adder
|
|
[3 replies] Last: All of you for loops in this program should look like this: for(int i ... (by hamsterman)
|