by noobkid213
How to learn C++ language in easy way
|
|
[4 replies] Last: The learning of a language is only as easy or as hard as you make it. ... (by Albatross)
|
by TNine
Build not updating or run-time error?
|
|
[7 replies] Last: Thanks guys, but i have identified it as a definite compiler error. ... (by TNine)
|
by workman845
iterator not dereferencable error
|
|
[2 replies] Last: that makes so much sense. That's what I was trying to say but for the ... (by workman845)
|
Where do I find out how to interface with a DBMS? |
|
[no replies]
|
by oman
read two words by one string...How?
|
|
[5 replies] Last: It appears to me that your teacher is asking you to determine somethin... (by Duthomhas)
|
an example of parallelizable program. |
|
[no replies]
|
by hausburn
Can I read a file like this into an Array?
|
|
[3 replies] Last: I think I understand what you want to do. The short answer is no, you ... (by m4ster r0shi)
|
by jbl09
"for" loop must never run
|
|
[2 replies] Last: Post the code--specifically, the for loop. (by moorecm)
|
by louisa
Racing game
|
|
[2 replies] Last: //after 30s of inactivity quit game if ((SDL_GetTicks()-iTicksLast... (by louisa)
|
by wolfcry
Arithmetic Question
|
|
[6 replies] Last: lol AngelHoof. Live and learn is definitely a rule we all have to l... (by wolfcry)
|
by L E G I O N
Implementing general timers
|
|
[5 replies] Last: Yeah. ctime doesn't work. I think it's just something funny about the ... (by keikiwai)
|
by mythbusterma
Text game
|
|
[6 replies] Last: lol yay it finally works and yes the output is correct (by mythbusterma)
|
by northfly
We had better put the member function in/out of the class body?
|
|
[6 replies] Last: oh, I see, Thank you so much! (by northfly)
|
by northfly
Avoid header multi inclusion guard
|
|
[7 replies] Last: I see, thank you very much!!! (by northfly)
|
by Cn00b
soundex issues
|
|
[3 replies] Last: Your if statements are incorrect -- a comma-separated expression lis... (by Duthomhas)
|
Construct with a literal array |
|
[1 reply] : well, i'm not %100 sure but i guess {} are used only for initializatio... (by Dufresne)
|
by northfly
How can I understand this static local variable?
|
|
[3 replies] Last: Thanks guys, may be there are some internal mechanism to prevent a sta... (by northfly)
|
by Okaya
Passing an array of unknown size to a function
|
|
[5 replies] Last: Okaya could you please look at my question in the disscusion board and... (by nano90)
|
by agoswami
Output in Printf
|
|
[5 replies] Last: Could anyone point me reason if it not wrong question. (by agoswami)
|
openmp |
|
[5 replies] Last: I don't know what "parallel for reduction" does, but neither power() n... (by helios)
|