BEGINNER discount |
|
[6 replies] Last: #include <iostream> int main() { int numberItems = 0; std::co... (by closed account E0p9LyTq)
|
by Max McGregor
Chosing fstream file path
|
|
[2 replies] Last: Solved ifstream reader reader.open("players/" + username + ".txt"); (by Max McGregor)
|
by XMIT10
understanding for ( ) statement
|
|
[2 replies] Last: Many thanks SamuelAdams. I am very grateful for your help / explainati... (by XMIT10)
|
by srod87
Need Help.
|
|
[4 replies] Last: Try here: http://www.cplusplus.com/forum/general/178831/ (by closed account 48T7M4Gy)
|
by ryank82
C++ help
|
|
[2 replies] Last: If the curriculum states specifically that you are going to be taught ... (by ShiftLeft)
|
by ingthinks
if else if problems
|
|
[6 replies] Last: I tried that and I was still getting the same results. I made the else... (by ingthinks)
|
by Marsh
The COORDINATES used in making rectangle, line circle etc,
|
|
[6 replies] Last: If I recall correctly, the Turbo C Graphics uses an coordinate system ... (by liuyang)
|
by XMIT10
int sum = 0
|
|
[2 replies] Last: Thank you koothkeeper ! Makes perfect sense . My searches for info ... (by XMIT10)
|
by riceballs
Uniform Hashing Example
|
|
[no replies]
|
by RandomGeek
Operator not working <
|
|
[3 replies] Last: Those for loops, you need to break out of them if the relevant HP goes... (by kbw)
|
by A1693
"String is not null terminated" error
|
|
[1 reply] : You really don't need to write such obtuse looking string declarations... (by kbw)
|
by ralphcma
Function calls
|
|
[7 replies] Last: I like the game and how it runs, but you should add a way to set the a... (by jasonwynn10)
|
by bankaijoey
Printing the same line twice from a file and not the others.
|
|
[7 replies] Last: @jlb You are close to correct. The professor accidentally left off an... (by jlb)
|
by vwynn
Star Search Program
|
|
[4 replies] Last: if you want to make the program stop when the user enter 'n' just use ... (by Hanoy)
|
by Molly
getch();
|
|
[5 replies] Last: What did you set the sleep to? (by jasonwynn10)
|
by julia12
initializing an array in a constructor
|
|
[no replies]
|
Problem with homtask |
|
[7 replies] Last: I just wanted to notify You, JLBorges, that the second time I passed t... (by MatthewThunder)
|
by brackish
Comparing getline from txt file to user input
|
|
[no replies]
|
by kserg652
NEED HELP!!!
|
|
[4 replies] Last: I think you got the parameters wrong. in main () you call outputRes... (by Thomas1965)
|
by Serge1005
Complies but does not read contents from file
|
|
[7 replies] Last: [quote=Thomas1965]You are supposed to read the data into an char array... (by cire)
|