by Lcat8
Old-style method??
|
|
[3 replies] Last: Don't use in your new C/C++ program but you must know the syntax cuz y... (by sohguanh)
|
by StuffIt
typedef, inheritence, templates
|
|
[3 replies] Last: typedef isn't good. Why not making it the real thing: class Service ... (by coder777)
|
by Mafioso
what's the point of getVarName methods?
|
|
[10 replies] Last: [quote=hanst99]You should never generalize (that's a generalization as... (by coder777)
|
by camouser
Hash tables
|
|
[1 reply] : Your constructor should look like this HashTable() : ... (by coder777)
|
by PiZero
recursive flood fill using 2D array
|
|
[1 reply] : if ( fpaImage != fpaImage ) Is A equal to A? You need to make t... (by ne555)
|
by willyhsu
"Left-most child next right sibling " traversal prob
|
|
[no replies]
|
by rpar
return array (char, double) from function
|
|
[8 replies] Last: hurraaaaayyyyyyyyyyyyyyy!!! yes i found the same at this link http:/... (by rpar)
|
by Cppbeginner
Trying to move forward with my 2D array
|
|
[5 replies] Last: Ok I will be working on this till I have a more specific problem to as... (by Cppbeginner)
|
by by123
calculate the height of binary tree with a given node
|
|
[1 reply] : That was an interesting problem. I came up with a method which appears... (by closed account D80DSL3A)
|
by tkauffman2
Aborted <core dumped> ??
|
|
[1 reply] : Nevermind i figured it out, Heres my modified code if you are all wond... (by tkauffman2)
|
by newchern
design a class which sotres month, date and year
|
|
[1 reply] : You code does compile without errors here. For the print member funct... (by naaokth)
|
Guessing Game |
|
[1 reply] : your brackets around your if statements are wrong, if the actions you ... (by quirkyusername)
|
by camouser
empty() and ful() functions in stack class
|
|
[2 replies] Last: I thought myTop couldnt be > 128 because 128 is the stack capacity :S (by camouser)
|
by michael10024
Maximum sum subarray of a 2D array
|
|
[no replies]
|
derived class setup |
|
[3 replies] Last: I understand pretty well about making single classes, and some simple ... (by closed account zwA4jE8b)
|
by packetpirate
Problems parsing binary.
|
|
[10 replies] Last: string bin_to_string(string binary){ string end = ""; string buf = ... (by ultifinitus)
|
by Xander112
Empty vector problem
|
|
[1 reply] : Neither do I. I fixed/expanded your code so that it can be compiled a... (by hamsterman)
|
by zazul12
help me.... can anyone solve my prob
|
|
[2 replies] Last: 1. No, we will not "solve it for you". Do your own homework. We'll giv... (by packetpirate)
|
by clros
Problem with tellp()
|
|
[4 replies] Last: If it's specifically a stringstream, I'd recomend going with aiby's su... (by kbw)
|
by secret
I need help on how to write a program using C++
|
|
[8 replies] Last: int max(arguement1, arguement2, arguement 3) { ... retur... (by secret)
|