c++ help |
|
[no replies]
|
Structures Help |
|
[no replies]
|
by mybackyard21
Card Game- returning Card points
|
|
[5 replies] Last: I truly cant see what Im doing wrong, I thought my loop was just iter... (by AbstractionAnon)
|
by gkayes
Ignoring extraneous characters in input
|
|
[2 replies] Last: how so? this is my code cout << "What is your loan amount? ($ A... (by gkayes)
|
by bsears
Char, %c, won't print
|
|
[5 replies] Last: I agree. Fortunately for me, I primarily code C++ and not C, so I don... (by Disch)
|
Code works in one compiler but not another |
|
[1 reply] : Sounds like http://www.cplusplus.com/forum/beginner/1988/ (by keskiverto)
|
by StupidLag
reading from a file
|
|
[no replies]
|
by HelenI
While
|
|
[8 replies] Last: @gibit I know that; however the code to see if cin is not good is much... (by koothkeeper)
|
Can't get a While Loop to Compile Properly |
|
[5 replies] Last: So that means I'm not crazy, something is wrong. I found if I do varyi... (by DeepSilenceSSN)
|
How to code basic calculation without if statements? |
|
[3 replies] Last: Huh, didn't even know about some of these statement types. Thanks! :) (by hereticforlife)
|
by CNerd2121
Caeser Code (1,2)
|
|
[27 replies] Last: Yes. if(c >= 'a' && c <= 'z') { //... } else if(c >= 'A' && c <= '... (by LB)
|
by Kman
Counting number of spaces in a given sentence with a function?
|
|
[9 replies] Last: It works! Thank you all again! (by Kman)
|
by cibide
Declair a variable
|
|
[2 replies] Last: ok ty! (by cibide)
|
by DWS13
Trying to use a increment counter in a while loop
|
|
[2 replies] Last: Thanks for the help!!! (by DWS13)
|
by keltonfan2
Array average program
|
|
[5 replies] Last: It's difficult to help when one do not understand the problem. What do... (by OxBADC0DE)
|
by HelenI
* problem
|
|
[2 replies] Last: i only had to change the for with the while :) thank you (by HelenI)
|
by dgdaniel23
Ambiguous Error
|
|
[2 replies] Last: That worked for me as well! thank you so much!! (by dgdaniel23)
|
by agamatr
How can I make this function work?
|
|
[5 replies] Last: Thanks it worked this is exactly what I needed to do! (by agamatr)
|
Implicit and explicit copy constructor call |
|
[2 replies] Last: Did you Google this at all? The first result has your answer. The sec... (by twiggystardust)
|
by karthik8913
i need help with the unbelievable output of this program?
|
|
[4 replies] Last: got it...crystal clear...thanks to ulutay ,java 90 and militie for you... (by karthik8913)
|