by mgbuhj
converting celsius to fahrenheit
|
|
[1 reply] : What does line 28 do? Edit: You might also want to assign c a value b... (by Volatile Pulse)
|
by mgbuhj
editing a nested loop
|
|
[1 reply] : Your loop stops at 100 total, which would be 100 seconds. I'm not quit... (by Volatile Pulse)
|
by tatai
How to APPEND column in a text file
|
|
[1 reply] : Simple answer, you cannot. A text file, any file to my knowledge, goes... (by ToniAz)
|
by Savale
if else
|
|
[2 replies] Last: Are you positive that it's actually going to the else if? If that code... (by Volatile Pulse)
|
by Yazshier
nid help :(
|
|
[1 reply] : It easiest to store the binary numbers as a c string so you easily ite... (by ToniAz)
|
by Shikamaru
Date Of Birth input problem
|
|
[1 reply] : So you want to extract the numbers between the slashes? If so, you ne... (by ToniAz)
|
by DatFletch
How to read and write binary files? - Highscores
|
|
[2 replies] Last: About to say the same thing. If you're using member functions, you mi... (by Lowest0ne)
|
by Jacob Fraley
Best way to learn C++ Programming
|
|
[2 replies] Last: C++ doesn't even update on a yearly basis so any book written in the l... (by IceThatJaw)
|
Is CodeBlocks being stupid or the code? |
|
[2 replies] Last: Try while(std::cin>>grade) (by naraku9333)
|
Confused "for" Help! |
|
[5 replies] Last: As a general suggestion when debugging, if often helps to simplify the... (by rollie)
|
by kabuki
....
|
|
[6 replies] Last: Pass the arguments by reference: void validateNumbers(float& hours,fl... (by Lowest0ne)
|
by dtaqee88
Trying to get started with Allegro
|
|
[9 replies] Last: Yes for SDL try http://lazyfoo.net/SDL_tutorials/index.php as his are ... (by BHX)
|
by uhh
Need help with array assignment?
|
|
[4 replies] Last: Ok, my initialize function compiles...how do I check to see if it was ... (by uhh)
|
by killertcell
How did you learn C++
|
|
[4 replies] Last: Alpha version code is always prone to bugs. You must treat your code a... (by Nexius)
|
by uhh
Output is not correct. What is wrong with my code?
|
|
[2 replies] Last: Ok, I will look at it again. (by uhh)
|
by Skyboarder
Private member declared in other class
|
|
[7 replies] Last: You didn't provide the body of the destructor. Or it is in another fil... (by ne555)
|
by hacker804
C and C++ strings
|
|
[8 replies] Last: So don't do this? strcat(&str , "oops"); Why not? std::string ... (by Cubbi)
|
Searching an array |
|
[6 replies] Last: Thanks everyone. Finally got it up and going. (by myrandapanda8)
|
Still having trouble with functions calls... |
|
[3 replies] Last: I've made a little headway on this, but there's a couple of things I c... (by C Minus Minus)
|
by atown282
How to add a true false boolean
|
|
[2 replies] Last: You should think about what would produce a valid/invalid answer. Per... (by Texan40)
|