by KappaKat
Functions which return values
|
|
[2 replies] Last: It's so hard! I don't know how to do it. :( (by KappaKat)
|
Graphic user interface? |
|
[1 reply] : Use some GUI library: QT, GTK, WxWidgets to name few. (by MiiNiPaa)
|
by namesjj
How to set individual characters in a 2D array
|
|
[no replies]
|
by KrypticCliff
Derived Classes (Segmentation Fault)
|
|
[5 replies] Last: Whoa... Okay, I see what happened. I have to rewrite my notes, I confu... (by KrypticCliff)
|
by deepestblue
emergency call please... files ..ifstream!!
|
|
[7 replies] Last: You may use an outer loop for all students and an inner one for his/he... (by tcs)
|
by ritchson101
Array vs linked list implementation for Stack
|
|
[1 reply] : http://lmgtfy.com/?q=array+%20vs+linked+list+%20stack (by kbw)
|
by IMThomas
error syntax c++
|
|
[3 replies] Last: The older for-loop syntax. Note though that the auto (as used above) ... (by keskiverto)
|
by Nanyo
mousemove and mouseclick
|
|
[1 reply] : Please, do not double post. It clutters forums and spreads attempts to... (by MiiNiPaa)
|
by zoran404
Android NDK
|
|
[3 replies] Last: Isn't the Android NDK itself proof enough? It looks like the current ... (by LB)
|
by TsarLenin
Getters and Setters Acting Strange (or maybe Code::Blocks)
|
|
[2 replies] Last: I have them written that way in Card.h. They work fine. The error is a... (by TsarLenin)
|
by ritchson101
Translating a recursive function into a iterator function
|
|
[1 reply] : To handle this you need to computer the values f(3), f(4), f(5), ... f... (by dhayden)
|
by usman321
Making a cursor without using graphics
|
|
[2 replies] Last: Well windows lets you set your cursor (http://msdn.microsoft.com/en-us... (by zoran404)
|
Solved |
|
[5 replies] Last: Original post (too long for one message): http://pastebin.com/Z3FN2F7A... (by MiiNiPaa)
|
by Shahan
adding/Deleting Object Dynamically runtime
|
|
[2 replies] Last: hmm...Your question is not clear. You can try using new and delete key... (by rjvc)
|
Someone help please. |
|
[2 replies] Last: I honestly don't know, but people expect you to at least attempt some ... (by mutexe)
|
by janty342
Why am i having this segmentation fault(core dumped) error?
|
|
[1 reply] : The problem is this: for(k = 0; k < 9 ; k++) // Note: 9 is out of b... (by coder777)
|
by hansO
function call from header
|
|
[2 replies] Last: 1) Probably not 2) indata is a packet divided in Byte sections. Do i h... (by hansO)
|
HELP |
|
[2 replies] Last: And please use code tags (this little "<>"-button at the right side of... (by tcs)
|
by n4nature
Zombie process
|
|
[2 replies] Last: Konstantin2s code will really work - but you may run in trouble :-) A... (by tcs)
|
by csstudent123
Scope rule
|
|
[8 replies] Last: When there is ambiguity, the closest enclosing scope is chosen. It's t... (by LB)
|