Question concerning while (cin>>variable) {...} loop termination |
|
[4 replies] Last: > Change line 27 to contain the following: cin.clear(); cin.ignore(nu... (by ne555)
|
by Hydropulse17
Nesting for loops.
|
|
[1 reply] : Each iteration of i produces (COLUMNS) number of iterations of the inn... (by Smac89)
|
by mombarke
Test Grading Program
|
|
[4 replies] Last: Oh! Right on! Thank you so much. (by mombarke)
|
by irkzuptang
class inheritance bank account help
|
|
[1 reply] : Please don't do duplicate posts - you won't get help any quicker, rath... (by TheIdeasMan)
|
by darthaq
A problem with my poll question
|
|
[2 replies] Last: can you put it into code as an example I dont understand what you mean (by darthaq)
|
by eldon97
missing templates c++ file .cpp and header file .h?
|
|
[2 replies] Last: There is no need to repeat the same topic in multiple forums. http://w... (by Zhuge)
|
by mombarke
Random Name Program
|
|
[2 replies] Last: Thank you! I really appreciate it! :) (by mombarke)
|
by iwbagm
the for loop not get through..
|
|
[1 reply] : After the second while loop, i is >= 10, so the for loops are never ex... (by Zhuge)
|
by iwbagm
beginner's road test but error C2679
|
|
[2 replies] Last: Thank you!! I have thought string is one of the default type included ... (by iwbagm)
|
by hagfish88
Classes and get/set methods
|
|
[7 replies] Last: Hi hagfish88 , This maybe a surprise for you, but I don't think you ... (by TheIdeasMan)
|
by donvigor
writing to file and newline
|
|
[5 replies] Last: Since your vector f only contains 10 items k is always less than 70 so... (by norm b)
|
by samofdrones
Deleting account information from a file
|
|
[no replies]
|
by joeplus
Compile problem
|
|
[7 replies] Last: thanks for the help! finally got it to work. (by joeplus)
|
by halalmeat
How To Read/Store Two Columns of Numbers From File of Unknown Size
|
|
[1 reply] : Without testing while ( inFile >> x && inFile >> y ) { coordinate... (by vlad from moscow)
|
Simple game ideas? |
|
[1 reply] : Tetris and pacman clones. (by ahcfan)
|
Runtime |
|
[6 replies] Last: @abstractionanon It was because I assigned 0 to the string. None of th... (by RealGiganitris)
|
by MrProgrammer
Using 'this' to pass a class
|
|
[6 replies] Last: http://www.cplusplus.com/forum/articles/10627/ See that article for f... (by Disch)
|
Question about loading CSV into arrays |
|
[4 replies] Last: I thought about using a multi-dimensional array but our teacher says s... (by martialartjesse)
|
by Precious roy
c# is equivalent in c++
|
|
[3 replies] Last: Disch: i don't really understand your warning. What i'm making is a s... (by Precious roy)
|
by Codeez
conditional operator
|
|
[5 replies] Last: Hah, likewise! Thanks for the explanation :) (by Codeez)
|