by ELIE3173
another if else prob...
|
|
[3 replies] Last: if Average and Final Are less than 10 points apart if( abs( aver... (by jsmith)
|
by mattc
wierd answer at end of program
|
|
[1 reply] : 1023 is 11 1111 1111, or in decimal representation, 1,111,111,111 102... (by helios)
|
program stopped running error |
|
[4 replies] Last: If you're still reading this, I suggest you ask your teacher to rethin... (by NGen)
|
by kazein
Clarify what method I should be using.
|
|
[3 replies] Last: hey whats a vector? Basically more manageable arrays: http://www.cp... (by mcleano)
|
by taylorman111
Buffer overrun error
|
|
[5 replies] Last: It means that there's too much information trying to be shoved into a ... (by NGen)
|
by joshky
Calling external program
|
|
[15 replies] Last: Why so compicated? just use system, or to satisfy everyone : simply f... (by elvenspike)
|
by DangerD
Basic Class Question
|
|
[5 replies] Last: Overuse/widespread use of setters and getters are a tell-tale sign of ... (by jsmith)
|
by HawkOfWinter
How to open IE explorer?
|
|
[2 replies] Last: I have already post it in "Windows programming" forum. How can I ki... (by HawkOfWinter)
|
by alansdottir
return "this" is not working as expected
|
|
[2 replies] Last: And there it is. *smacks head* Here's the new output, with guestgalk... (by alansdottir)
|
by joshky
Using escape key to exit loop
|
|
[1 reply] : On Windows: http://www.cplusplus.com/forum/general/3389/page1.html#ms... (by Duthomhas)
|
by gong
prime number problem
|
|
[3 replies] Last: thanks ;) (by gong)
|
by Vect
This Math sentance (1,2)
|
|
[21 replies] Last: "Well, that's weird, because a total of 19 people have been added to ... (by kempofighter)
|
by Hsinom
Strange result
|
|
[2 replies] Last: Thank you Helios, i was thinking it was some sort of glitch! (by Hsinom)
|
by mr zdeis
simple program for addition
|
|
[3 replies] Last: ok i get it now, tnx a lot! (by mr zdeis)
|
What's similar to "this"? |
|
[4 replies] Last: I think I figured it out. Gonna write and compile my program, then ... (by stormqueen1990)
|
by fikri
Need example of declaration. (1,2)
|
|
[21 replies] Last: to mcleano : alright..can you refer any good beginner tutorial books f... (by fikri)
|
by mamali
what is an explicit function
|
|
[2 replies] Last: In C++ only a constructor can be explicit: class A { A ( in... (by Bazzy)
|
by brokenbot
how do you open a binary file?
|
|
[2 replies] Last: whats wrong with my code then? also what importance does binary files ... (by brokenbot)
|
by brokenbot
binary text file drama
|
|
[2 replies] Last: wow super dope man.... thanks (by brokenbot)
|
by brokenbot
calling processes on bash
|
|
[1 reply] : http://linux.die.net/man/3/popen Hope this helps. (by Duthomhas)
|