by wasabi
Program runs on two computers, not on third
|
|
[15 replies] Last: This forum can be quite scary at times. (by tummychow)
|
by EEVIAC
can't get sample code to compile
|
|
[5 replies] Last: Or it might never happen. But when I see a bump I feel strongly unwill... (by tummychow)
|
by windscar
Getchar() Doesn't Work on Conditional Control Statement
|
|
[9 replies] Last: @ Dear Zhuge, Thank you for your nice information :) (by windscar)
|
by EEVIAC
simple program won't compile
|
|
[3 replies] Last: thx.. added int to the main() :) (by EEVIAC)
|
by oman
read substring by reverse
|
|
[4 replies] Last: Actually he is giving away the answer. Sure he is not giving the EXAC... (by firedraco)
|
by EvanEjk
Playing Sound
|
|
[1 reply] : Sure, load the sound driver then pass it raw data until you like the s... (by Computergeek01)
|
by studentffm
Not enough memory for c++ code???
|
|
[11 replies] Last: You're writing to memory you don't own. I don't understand why that ma... (by chrisname)
|
by jrtulloss90
Fractions Evaluating to 0
|
|
[1 reply] : return (input - 32) * (5 / 9); Look here. 5/9 = 0 because its int... (by eker676)
|
by EEVIAC
converting distance in furlongs to yards
|
|
[3 replies] Last: YQW, good luck :) (by BettyBoopTS)
|
by Quentin
The address of a literal (1,2)
|
|
[27 replies] Last: [quote=Duoas]From the high-level perspective, just remember that unles... (by Quentin)
|
by wasabi
Appending strings
|
|
[2 replies] Last: Thought so. I knew it didn't work with c-string (char arrays)... God ... (by wasabi)
|
by gcampton
iostream string to int conversion
|
|
[2 replies] Last: DOH! dammit I even looked it up, thought it was part of iostream. :P ... (by gcampton)
|
by airwulf
formatting information
|
|
[3 replies] Last: its basically the computations for the code. I need to write a program... (by airwulf)
|
by gcampton
case insensitive find
|
|
[3 replies] Last: mmm thanks guys. I really hope std::string class gets extended in "... (by gcampton)
|
by rapduty
One Function inside another one that is called in the main()
|
|
[6 replies] Last: Sorry for that Disch. I misunderstood what my teacher told me about fu... (by olredixsis)
|
by bustaballs
For loops: How does c++ know when they end?
|
|
[3 replies] Last: Ah, I didn't know you could put multiple statements on the same line w... (by bustaballs)
|
by EEVIAC
calling fuction for variable in main()
|
|
[4 replies] Last: You could always condense int cake; cake = tree (55); to the much... (by tummychow)
|
by ctrahan
Recursion assignment: print integer with commas
|
|
[3 replies] Last: Thanks hamsterman. I played around with it and somehow got it working.... (by ctrahan)
|
by tarheelfan08
Command Prompt Errors
|
|
[4 replies] Last: You're also deleting your myCustomer array wrong: // if you allo... (by Disch)
|
by Sayagain
Quick question about pointers
|
|
[5 replies] Last: No, it's that you can't have a statement outside of a function. The on... (by chrisname)
|