by iluv41
two arrays
|
|
[4 replies] Last: Line 54 should be sum.number[sum.currentLength] = 1; . In other words... (by dhayden)
|
by Alex12301
Help with getting rid of comma in last number
|
|
[2 replies] Last: Do you mean the commas that separate the numbers? The trick is to pri... (by dhayden)
|
by MrBond90
Function Fun Mysterious Error
|
|
[1 reply] : You repeated almost the same error again haha int getInteger(int Hei... (by closed account SECMoG1T)
|
by drax
boolean help
|
|
[14 replies] Last: thank you both very much for your help! (by drax)
|
Recursive Function |
|
[8 replies] Last: Your code has a bug which prevents finding substring not at the end of... (by MiiNiPaa)
|
by Ch1156
Getting leftover string contents from input buffer
|
|
[5 replies] Last: So instead you want to read input left until line end? Use std::getlin... (by MiiNiPaa)
|
by MrBond90
Function Argument Error
|
|
[3 replies] Last: ah I swore I checked that but obviously looked at a different one. Tha... (by MrBond90)
|
Issue with switch statement |
|
[5 replies] Last: Thanks! All suggestions helped! Also, I figured out why I couldn't k... (by anonymous1126)
|
by Plowman
This random 2?!
|
|
[3 replies] Last: #include <iostream> int main() { int number = 1 ; while( std... (by JLBorges)
|
by pilotnate
vector push_back not working
|
|
[3 replies] Last: Ahhhh gothca, that makes sense. Thanks!! (by pilotnate)
|
help with arrays and loops |
|
[no replies]
|
While infinite loop with cin |
|
[1 reply] : I don't understand the problem? It does say error when you input the s... (by Jacobhaha)
|
How can I make a program that will read a different amount of input? |
|
[1 reply] : just add an abort input, that let's you stop reading further variables... (by Darkmaster)
|
by smokebaca
I/O question #2
|
|
[3 replies] Last: it wouldn't run at all saying that the stream code was invalid somethi... (by smokebaca)
|
by DAoliHVAR
question about inheritance
|
|
[6 replies] Last: Take a look at this and see if it makes sense: http://ideone.com/eXhZT... (by Smac89)
|
by tinytimes
need some help for fixing this c++ code
|
|
[1 reply] : You would like to only work with numbers greater than 100 in your dete... (by disturbedfuel15)
|
by tytrate
cin.ignore() to skip \n intermittently fails
|
|
[3 replies] Last: For comments: out on the right side you see a few buttons one of the l... (by Jacobhaha)
|
by geniusberry
Overloading the Assignment Operator
|
|
[4 replies] Last: Thanks! (by geniusberry)
|
by Scofield16
Problem with functions
|
|
[1 reply] : You didn't make any functions to begin with! Edit: Here is an exampl... (by Mesmaroth)
|
by Wait for it
Linked List - Stack
|
|
[no replies]
|