by twonovich
Can't figure out what's going wrong in my loop...
|
|
[1 reply] : Working with ints means you get round-down errors. Work with doubles u... (by LB)
|
by JJ247
help with counter
|
|
[3 replies] Last: The question is trying to lead you into something known as a "loop". A... (by Moschops)
|
by sayswho
random num inside of a nested loop
|
|
[1 reply] : Place srand(time(0)); before thr loop srand(time(0)); for ... (by vlad from moscow)
|
by WhiteWind
Help Improving my Map Generator (Drunkard)
|
|
[4 replies] Last: Oh man good point, I'll probably take the easy way out and make the ou... (by WhiteWind)
|
by Socratezz
Highest and lowest string in array
|
|
[7 replies] Last: I see what I did wrong. Thanks for the help. (by Socratezz)
|
by PatrickD
Help with functions
|
|
[5 replies] Last: Oops. I meant number 4. I have no idea on 2 and 3. (by LB)
|
by nars14
understanding errors
|
|
[1 reply] : getline() takes two arguments. The first one is the stream to get the ... (by LB)
|
by Frost762
Julian day
|
|
[1 reply] : A simple google search found the answer for me. I had to even learn wh... (by ResidentBiscuit)
|
by Patriots92
Help Please
|
|
[5 replies] Last: so far this is what i have i havent been able to compile it to see if ... (by puma739)
|
by MusCihOz
<badptr> Error when Reading From Binary File
|
|
[10 replies] Last: Should be. The string template has it's own overloaded operator>> an... (by ciphermagi)
|
by John Reynoso
String array
|
|
[8 replies] Last: This works... #include <cstdlib> #include <iostream> #include <s... (by Subzero030201)
|
by ErinCorona
Converting to Julian Date
|
|
[2 replies] Last: Aha! Thanks! (by ErinCorona)
|
by Theodor112
Help
|
|
[1 reply] : The main thing that I see is that p is not initialized. Initialize it ... (by Stewbond)
|
by derdude007
HELP
|
|
[11 replies] Last: Ich bin mir nicht sicher, wie man es besser oder anders zu erklären .... (by ciphermagi)
|
by arooj
How to display highest value in a two part two dimensional array?
|
|
[1 reply] : for (x = 0; x < 10; x++) if (scores > highest_midterm) highes... (by Stewbond)
|
by Algar32
Using int and string?
|
|
[5 replies] Last: thanks so much (by Algar32)
|
by hvigil
for loop dice 21
|
|
[8 replies] Last: Or win 2 games if you roll either 21 or find out your next number woul... (by hvigil)
|
Help with STL const_iterators |
|
[3 replies] Last: Ok i get it now. As u said the keys of a set are somehow made readonly... (by blubbersprudel)
|
by cindyath
I/o Problems..
|
|
[13 replies] Last: I'm pretty sure that it's not entering the for loop. Track your data t... (by ciphermagi)
|
by nullcoding
Mitigate stack overflows?
|
|
[1 reply] : Hmm, isn't your pow() calling itself recursively until a stack overflo... (by bartoli)
|