by phatboy
Decimal roundoff error
|
|
[5 replies] Last: Thank you so much! I spent over an hour trying to figure out!! You're ... (by phatboy)
|
by m0bb1n
need help debugging 'who wants to be a millionaire' program
|
|
[2 replies] Last: Line 64: You can't return multiple values. askQuestion is an int fun... (by AbstractionAnon)
|
by freiheit1991
How to make my program shorter using arrays or other method?
|
|
[2 replies] Last: Look at the description of std::map at the Reference section. Lets ... (by keskiverto)
|
by robbie123
function that prints out an individual calendar month
|
|
[no replies]
|
Unable to Process Data from Text File in C++ |
|
[10 replies] Last: Yeah, i just noticed that. Tweaked the limit and counter initialized v... (by SmallLittleIntrovert)
|
by limitless
Error: initial value of reference to non-const must be an lvalue
|
|
[4 replies] Last: Thank you to both of you. I don't know why I was passing by reference ... (by limitless)
|
by mhjo226
An Infinite Loop Error I Can't Find/Solve
|
|
[3 replies] Last: Thank you, guys, for the help. I think I'll be able to solve the rest ... (by mhjo226)
|
by mancigol
Encrypted arithmetical operations c++
|
|
[5 replies] Last: Anyone? :( (by mancigol)
|
by vaultDweller
Why is my program crashing? Reference error?
|
|
[4 replies] Last: @ne555 ah I see, I took away the pointer on the struct and changed a c... (by vaultDweller)
|
by cojeap
only one input, multiple outputs and calls
|
|
[2 replies] Last: thank you. i managed to get it to work, and also i read more on struct... (by cojeap)
|
by Ponzooon
Time limit exceeded
|
|
[2 replies] Last: So you are increasing value of x and because of that x is always posit... (by naaissus)
|
by nameishi
Help with If statement
|
|
[5 replies] Last: Try to use '+' instead of "+". When you have only one character, you h... (by closed account zv05oG1T)
|
by etrusks
Need help with simple move constructor
|
|
[7 replies] Last: Tnx to you too man! Really appreciate all the answers! EDIT : and now... (by etrusks)
|
by Outlaw782
What is the purpose of this block of code?
|
|
[3 replies] Last: Good catch. I glossed over it. (by cire)
|
Why does the deferenced pointer print the correct value first timne? |
|
[4 replies] Last: I was expecting it to be some coincidence as well, anyway. I take note... (by curiousengineer)
|
by SethStancil
My Coin Toss Program is being weird
|
|
[3 replies] Last: A normal for loop looks like this: for (int i = 0 ; i < HowManyTi... (by TheIdeasMan)
|
printing calendar |
|
[1 reply] : Was this all it was supposed to do? BTW, PLEASE use spacing and tabs, ... (by rabster)
|
by bluewizzard
Using if/else statements to make calculations
|
|
[2 replies] Last: I am new to this site. Thanks for all the links they are really helpfu... (by bluewizzard)
|
why are my operators not working |
|
[3 replies] Last: You didn't follow @Peter87's suggestion at all. std::ostream& operat... (by TwilightSpectre)
|
Pointers as lookup values in maps. |
|
[3 replies] Last: Why not just store the dates as the value type in maps rather than the... (by cire)
|