by jayadelgado
what does the double& for
|
|
[1 reply] : & means reference to an object. So the function accpets not a copy of ... (by vlad from moscow)
|
by RoMo
Error when adding a for loop to limit password entry tries
|
|
[2 replies] Last: Thanks for your help dude, It's perfect now :D #include <iostream> #i... (by RoMo)
|
by jumperkid400
while loop with a switch attempting to run a looped menu
|
|
[1 reply] : look into the do{} while() this will allow you to put the print statem... (by page3131)
|
by raines883
String & C-String Help
|
|
[8 replies] Last: Lol that was my fault, yea the sport2+= "Tournament"; works. For som... (by raines883)
|
by vgoel38
EOF
|
|
[1 reply] : You are misusing scanf() . You are discarding its return value (which... (by Catfish2)
|
by dcftci
TEXT FILE
|
|
[5 replies] Last: Well. one method would be to use a stringstream. http://www.cplusplus... (by Chervil)
|
by HyperX
Draw Console Cuboid
|
|
[no replies]
|
HELP..I am completely lost. I have to write a program that reads from a file called DATAFILE2.TXT |
|
[2 replies] Last: first whenever you see yourself copying and pasting as you have stop a... (by jumperkid400)
|
by cvilorio
Finding the highest and lowest values in a numeric array
|
|
[2 replies] Last: Thanks a lot, who would have ever thought it was that simple (by cvilorio)
|
by dcftci
class member definition
|
|
[1 reply] : Like this? Yes, private functions can use private members. #include ... (by Stewbond)
|
by fantasy555
need to spot the error in this program
|
|
[2 replies] Last: it is counting 0,1,2,3 3 being the end of the array. so that is 4. wh... (by jumperkid400)
|
by dcftci
TROUBLE with for loops
|
|
[9 replies] Last: thank you for helping I appreciate a lot finally it worked :))) (by dcftci)
|
by geezle86
Im confused about switch case, please, help
|
|
[6 replies] Last: One thing I've found, which may be specific to my system, is that prin... (by Chervil)
|
Message to display |
|
[1 reply] : sounds like there is a loop, you may want to take out. No one can help... (by SamuelAdams)
|
by nexos
2d shapes ...need help
|
|
[1 reply] : Okay, you have functions to draw the top/bottom and sides. All you n... (by AbstractionAnon)
|
by RoMo
Simple maths problem helpp!
|
|
[11 replies] Last: Well, for starters: if(a = b) should be if(a == b) . if(a = b) ... (by IWishIKnew)
|
by Amit Shah
Converting from int to char
|
|
[4 replies] Last: I tried using itoa(), but it didn't help either. In the end, I used st... (by Amit Shah)
|
copying files help! |
|
[1 reply] : You haven't said what program your using. You probably have a \include... (by SamuelAdams)
|
by dritail
File not open?!?!
|
|
[4 replies] Last: Your file open part of the code works, check the file name. add this ... (by SamuelAdams)
|
by Kean
c++ (nested For statements) Help~
|
|
[6 replies] Last: Move cout<<sum<<endl; out of the inner loop. and change it to cout ... (by codewalker)
|