by tofiffe
Clicking and console
|
|
[5 replies] Last: ok, thanks for letting me know! (by tofiffe)
|
by jimmy yen
program shall allow users to choose a desired ticket and calculate the price.
|
|
[3 replies] Last: If you want to use a function to change a value, you need to pass that... (by Moschops)
|
by mono
Destructor is called twice.
|
|
[6 replies] Last: ok I got it. Thank you. (by mono)
|
by bond5611
what is the mistake.
|
|
[4 replies] Last: Thanks dude. Now Working. (by bond5611)
|
by coercedman66
code check! is my code correct?
|
|
[4 replies] Last: The test above is checking to see if an int is negative, not signed (a... (by mpauna)
|
by hannah
C++ Darts Simulation help!
|
|
[4 replies] Last: you could have a series of x/y coordinates, every time they throw hit ... (by GFreak45)
|
by mrkhn
Change cursor mfc
|
|
[1 reply] : You create a CWaitCursor. (by kbw)
|
by awsdert
Float to HEX and vise versa
|
|
[13 replies] Last: Moschops reply was more helpful, anyway I'm almost there with the java... (by awsdert)
|
by rmccleave
Code Improvisation
|
|
[3 replies] Last: i cringe whenever i come across system("pause") now after reading so m... (by Need4Sleep)
|
by Das
compile error
|
|
[4 replies] Last: The code is ok, as far as it goes. You need to sort out your build en... (by kbw)
|
by bertollini
Math not quite adding up
|
|
[10 replies] Last: Nevermind. I figured it out. I had the array set to 19 max, forgetting... (by bertollini)
|
by shadowmatrix
Net Cafe timer in C++
|
|
[1 reply] : minutes / 60 * rate ? (by Texan40)
|
by asim khan
plz help
|
|
[2 replies] Last: do it yourself lasy student, we may help only if you do your job (by therockon7throw)
|
by Md Chowdhury
STRINGS
|
|
[1 reply] : You can do this by thinking carefully about what the code needs to do,... (by Moschops)
|
by elPicione
Simple string arrays
|
|
[2 replies] Last: Thank you. Isn't it C++? If yes, how can I do that in standard C? (by elPicione)
|
by cpplover
deque implementation from scratch - push_back () question?
|
|
[10 replies] Last: Can you show us the errors? There doesn't seem to be anything wrong wi... (by Gaminic)
|
by CombatJ
Passing functions as parameters
|
|
[2 replies] Last: Thank you hamsterman! That was really careless of me to use type doubl... (by CombatJ)
|
by Good123
OpenCV in C++ on Visual Studio 2005
|
|
[no replies]
|
by binladenvn88
What does declaration mean?
|
|
[4 replies] Last: I have read "Abstract classes and pure virtual functions" section in w... (by binladenvn88)
|
by netsuki
How do I initialize a parent pointer?
|
|
[1 reply] : if( t == NULL ) { if(t->parent == NULL) //Only Chuck... (by ne555)
|