by wendy001
If Else dealing with percentage
|
|
[4 replies] Last: georgewashere (6) It worked. I was entering 1 to test when I should ha... (by wendy001)
|
is it possible to work this code w/out the char array? |
|
[5 replies] Last: This is somewhat unrelated but... grade = ++grade ; This li... (by Disch)
|
by kielmaru
Simple codes for a unique program?
|
|
[3 replies] Last: Yes, I didn't quite like the phrasing, either, but I didn't feel like ... (by helios)
|
by kielmaru
[deleted]
|
|
[no replies]
|
by MottMan
Loop Causes Crash
|
|
[2 replies] Last: I don't know how I made that mistake, thanks. Although it seems to hav... (by MottMan)
|
How to open a variable filename with ifstream |
|
[5 replies] Last: Found the problem: I'm an idiot. forgot to include the fstream libr... (by Some new cpp programmer)
|
Resetting an input file pointer with seekg |
|
[2 replies] Last: I see. I have it working now, thank you. Take care. (by closed account Lv0f92yv)
|
by kultrva
Question about classes
|
|
[2 replies] Last: Urgh... this is all still confusing me. I set up an appointment to mee... (by kultrva)
|
by hsquared
adding content into an array
|
|
[1 reply] : Use an array of linked lists. http://en.wikipedia.org/wiki/Hash_tabl... (by ne555)
|
by crazyjji
Can someone explain more clearly about passing by pointer?
|
|
[4 replies] Last: Thanks Disch, Now I get it. (by crazyjji)
|
by Kulingar
Can't use getline without overloading
|
|
[2 replies] Last: I'm an idiot! Thank you. :) (by Kulingar)
|
by Mihay07
about fflush()
|
|
[1 reply] : http://cplusplus.com/fflush And you might want to try using fflush(... (by kevinkjt2000)
|
by manasij7479
String type not recognized
|
|
[3 replies] Last: You're including your headers in the wrong order. #include <string>... (by Disch)
|
by kraigballa
cin.getline is not working
|
|
[8 replies] Last: I tried what blackcoder and galic said, and the compile errors are go... (by blackcoder41)
|
Sucesive calls to cin fail |
|
[1 reply] : cin.ignore(somelargenumber); //Clears the stream so that it has to as... (by Albatross)
|
by jagoly
what is .obj for
|
|
[1 reply] : http://en.wikipedia.org/wiki/Object_file (by Null)
|
by jagoly
message error when non no. used
|
|
[2 replies] Last: Thank you so much!! it finally WORKS!!! note (line 8): cin.ignore( ... (by jagoly)
|
by esepich
WindowProc
|
|
[3 replies] Last: When you use the name of of a function (without parenthesis), a pointe... (by blackcoder41)
|
by airowe
"Must have class/struct/union"
|
|
[2 replies] Last: class Card { public: static int suit; //static? all the cards hav... (by ne555)
|
Another Program Exercise (noob) having trouble with solution.. |
|
[2 replies] Last: I actually managed to figure it out thanks to your tip LB, it was act... (by georgewashere)
|