by Ryan Quanz
Calculator code issue
|
|
[5 replies] Last: That is great I am happy for you :). (by Stormhawk)
|
by kapo
GCF algorithm error
|
|
[3 replies] Last: yea i changed it to return Gcf(b, a%b); and it worked. thx guys... (by kapo)
|
by opiop65
Linking Two Programs
|
|
[3 replies] Last: It means you've screwed up the start of the function. Let's see the co... (by Moschops)
|
by leechmonger
Multipling multipal decimals
|
|
[2 replies] Last: I'll try that one also, but I found a solution. Here is a piece of the... (by leechmonger)
|
by Jimbot
Class inheritance guidance
|
|
[3 replies] Last: Thanks for the replies. Yes I did wonder about having another class ... (by Jimbot)
|
by brneuro
ifstream not working
|
|
[3 replies] Last: What does it say about this code? Which compiler (not IDE) are you us... (by Moschops)
|
by Kwiftee
two similar bits of code using stringstream; only one works
|
|
[2 replies] Last: That works perfectly. Thanks! (by Kwiftee)
|
by garygao
questions of a game's code.
|
|
[8 replies] Last: end=lost =true; is valid C/C++ syntax But I would code it as you su... (by andywestken)
|
by rozick1
Application crash
|
|
[6 replies] Last: Since you thought that your string is adapted to the new entered chara... (by eypros)
|
by MinwooJu
string arrays cmd issue
|
|
[no replies]
|
by MinwooJu
Computer's guess my number C++
|
|
[15 replies] Last: bah,heck it,I'm just going to resolve this.Thank you guys for your hel... (by MinwooJu)
|
by Luckygirl
What is the error in it???
|
|
[1 reply] : Please read: http://www.cplusplus.com/forum/beginner/1/ (by eypros)
|
by seth23
Random number from a set of numbers
|
|
[3 replies] Last: I haven't looked too much into it, but I can give you a quick explanat... (by Hippogriff)
|
by noura88
still cannot compile...why??please help me on this...
|
|
[1 reply] : You didn't need to make a post on the beginner subforum and the Genera... (by Hippogriff)
|
by joel s
To find the largest number using function that returns value
|
|
[3 replies] Last: it means you have more actual parameters than formal parameters (by Waqar Ahmed)
|
by hello
How to use void fuctions
|
|
[4 replies] Last: Looks good. Now try adding some loops to it. ; ) (by IceThatJaw)
|
by nickoolsayz
trying to loop or call the main function to run again
|
|
[7 replies] Last: Thanks, I was a bit lost and jumbled up my code. Your coding looks muc... (by nickoolsayz)
|
by Ch1156
How to make my code stop writing over a current text file
|
|
[4 replies] Last: Ok i found it, maybe it was a little different than i thought but here... (by Ch1156)
|
Runtime Error Message |
|
[2 replies] Last: Awesome! It worked, thanks! (by Nathan McCleskey)
|
by srinivas01
how to pass command line parameters to functions
|
|
[4 replies] Last: Also, you're missing a ");" after argv . I'm sure the compiler is giv... (by srinivas01)
|