by RawrDuy
Putting a Variable in Quotations
|
|
[1 reply] : You need to use an escape sequence: cout << "You won \"" << lotName ... (by Athar)
|
by zenitis
Convert Enumerations to string
|
|
[1 reply] : You need another array with the names (hint: copy the enum declaration... (by Athar)
|
by JCharles
Something wrong with the program. The calculations arent correct and IDK what is happening with the setw()
|
|
[5 replies] Last: Code tags are and You place the before the start of your ... (by vin)
|
by lugiamaster
Can't get my program to work, help?
|
|
[5 replies] Last: Compiled without errors but doesn't run correctly, it just keeps going... (by lugiamaster)
|
by Ahmad Shoaib
Little help needed in this program
|
|
[5 replies] Last: I changed this and got the names out: //----------------------------... (by histrungalot)
|
by znerich
Passing initializations to main()
|
|
[no replies]
|
by slofr66
How to stop cin into an array by entering 0?
|
|
[3 replies] Last: Do you mean re-size the array? If that's what you mean, you should thi... (by Code2Code)
|
by paper32
Trouble with program
|
|
[2 replies] Last: cout << "Please choose S, D, P, or Q: "; cin >> S,D,P,Q if (S=S) ... (by paper32)
|
How to alphabetize a list of names |
|
[4 replies] Last: If you're in basic c++ and have not learned about arrays and functions... (by nickoolsayz)
|
by yvonnew85
How to output The "Winner" ?
|
|
[no replies]
|
by nickoolsayz
[HELP] Assistance with arrays needed
|
|
[4 replies] Last: Part B List any possible methods that can be used to assign values to ... (by nickoolsayz)
|
Newbie |
|
[8 replies] Last: compile with qt Qt is not a compiler, it's an application framework.... (by Athar)
|
by Grimlocke46
Print Array in Reverse (1,2)
|
|
[21 replies] Last: Awesome, I finally got it. Thanks guys for all the help and tips! (by Grimlocke46)
|
by RawrDuy
getline() Problem
|
|
[4 replies] Last: The operator >> skip all leading whitespace characters before extracti... (by HumbleNoob)
|
by zettrawl44
Help please.
|
|
[8 replies] Last: What would you want to do with it? (by Stewbond)
|
by skepticc
reading and writing to file
|
|
[5 replies] Last: Add this to your class in the private section: ifstream fin("input.tx... (by Stewbond)
|
by chryblossoms
Trying to understand C++
|
|
[7 replies] Last: @ ResidentBiscuit : float is fine depending on your requirements. I... (by Stewbond)
|
by Ch1156
Hiding a dialog box
|
|
[2 replies] Last: cool thanks :D (by Ch1156)
|
by Emperorlu
Need help counting vowels.
|
|
[10 replies] Last: Thanks for all of the help. I finally finished the program. (by Emperorlu)
|
by Apd904
Calendar help
|
|
[5 replies] Last: It prints off the months of a given year, one on top of the other, but... (by Apd904)
|