Need help with 1 tiny error on my prog |
|
[3 replies] Last: Thank you so much hadar! Program is perfecto!! THANK YOU! I CANNOT EXP... (by thechadmartinez)
|
What's Policy-Based Design? |
|
[2 replies] Last: They'll do nicely. Thanks, JLBorges :) Wazzak ... (by closed account zb0S216C)
|
by skarla
help!!!
|
|
[6 replies] Last: A more flexible approach would be to do the formatting during the prin... (by JLBorges)
|
by Zara
from string to int
|
|
[6 replies] Last: Thank you All for help! (by Zara)
|
by justinko
variable in a file name
|
|
[6 replies] Last: iHutch105 wrote: Dadabe, you're undoubtedly the most patronisin... (by dadabe)
|
Problems with error checking |
|
[4 replies] Last: You need to think more clearly about what you want to take place when ... (by codeFoil)
|
by Moooce
stringstream clearing question
|
|
[7 replies] Last: Yep, I agree, ended up with this which works fine for my needs, thanks... (by Moooce)
|
by remas
Lnk 2019: Unresolved external symbol
|
|
[3 replies] Last: Thank you for your advice, I found a PDF of C++ Primer and I'm going t... (by remas)
|
by goncalp
Strings
|
|
[3 replies] Last: Oh I see, and the result of that would actually be C5, so you can know... (by Hadar)
|
by dracula51
c++ function error
|
|
[5 replies] Last: char is a variable that can hold only one character, but you're assi... (by codekiddy)
|
by mhom
Factoring program gets different, wrong results every time.
|
|
[6 replies] Last: Actually, I had a brainfart. For some reason I was associating it wit... (by cire)
|
by kayakinack
Issue with User Input
|
|
[6 replies] Last: Doh! such an easy mistake, like they always are. The value I was pass... (by kayakinack)
|
by Nybble
Player yVelocity
|
|
[6 replies] Last: got it ;) (by Nybble)
|
by kborg
Return char from dec ASCII??
|
|
[1 reply] : char a = fetch(); You can probably continue from here, knowing that a ... (by Hadar)
|
by gpink88
need help beginning bank atm code, please!
|
|
[9 replies] Last: No, variable names can have underscores in them. In fact a lot of prog... (by BHX)
|
by lindsmariex3
Programming from a Flowchart
|
|
[1 reply] : Your brackets are wrong: //You did this: { for(;;) //Code } //Shoul... (by BlackSheep)
|
by LazK53
Debug error - variable not initialized
|
|
[2 replies] Last: That got rid of the error. Thanks! (by LazK53)
|
by guitarjose
'if 'and 'else' HELP
|
|
[2 replies] Last: it worked! thank you Hadar (by guitarjose)
|
by henri18
c++ 7 card poker hand evaluation
|
|
[5 replies] Last: What's the difference between const int and int? (by Gregory Sakas)
|
Is it possible to declare a string in a function? |
|
[6 replies] Last: And also my bad for not thanking you all. Especially LowestOne, who ma... (by Gregory Sakas)
|