by CVLT
Need help with functions
|
|
[4 replies] Last: I didn't mean the getDollars function. I was talking about your other ... (by Peter87)
|
by Arslan7041
All permutations of a string - how does this work?!
|
|
[11 replies] Last: > a copy of the function is made ¿what do you mean with a copy? funct... (by ne555)
|
question about getline |
|
[2 replies] Last: Thanks Kemort.... It worked, but I decided to take a different rout f... (by JoshuaMostafa)
|
by sunsflower
question about class design
|
|
[7 replies] Last: No worries :+) Try searching for collision detection as well. (by TheIdeasMan)
|
by BEARS
How to use modulo????
|
|
[9 replies] Last: Hmm. Very interesting. and weird :/. Anyway thanks again for all th... (by BEARS)
|
by guru23
Simple C++ question
|
|
[1 reply] : The program isn't gonna know that you want each digit multiplied by th... (by YFGHNG)
|
by fishytrees
Complete stumped on how to remove certain parts of a string
|
|
[1 reply] : This might be of interest to you. http://www.cplusplus.com/reference... (by YFGHNG)
|
by CatInASuit
Help with login code
|
|
[1 reply] : pass is a float. The error arises because strings are not integers. (by closed account 48T7M4Gy)
|
by reiner6
changing all the characters of a string
|
|
[1 reply] : First, explain cycles. Are you saying you can't use loops? Or are you ... (by YFGHNG)
|
by carlious
1000 digits
|
|
[6 replies] Last: Thanks!! (by carlious)
|
by besurk
Need help using references
|
|
[1 reply] : Hmmm... Maybe this can help You, but it`s a bit different. Question: ... (by MarekG)
|
by BinaryDonuts
Program Arguments wont work
|
|
[1 reply] : strcmp() returns 0 if its arguments are equal. static const int SAME... (by tcs)
|
by chang123
Need help!!!
|
|
[3 replies] Last: danielz thanks for the help but i just started c++ programming in coll... (by chang123)
|
a function-definition is not allowed here before '{' token |
|
[2 replies] Last: This might get you started... You did not declare the function reverse... (by Bdanielz)
|
by shinyspear
Class: Adding/Deleting/Output to file question
|
|
[no replies]
|
by chang123
How to do this program?
|
|
[4 replies] Last: i coudn't thank you enough ^_^ really thanks and sorry to bother you (by chang123)
|
Command window displaying all choices at once |
|
[3 replies] Last: thank you guys, I got it. (by closed account oN3k92yv)
|
by hpardo11
Function Overloaded in Simple Program?
|
|
[2 replies] Last: Thanks, that fixed it. I'm dumb and was moving code around. I guess I ... (by hpardo11)
|
by ar2007
explanation
|
|
[2 replies] Last: thx Bdanielz. perfect explanation (by ar2007)
|
reversed number |
|
[2 replies] Last: reverse() doesn't do what you think it does. It works on containers, ... (by closed account E0p9LyTq)
|