by needhelpalot
for or while loop to repeat code to infile another string to repeat the whole code.
|
|
[no replies]
|
by needhelpalot
I keep getting an error for the "0" when i put 100 or 1000
|
|
[4 replies] Last: I got it all down but now i just need to know how to repeat the whole ... (by needhelpalot)
|
by cogirl
Average and loops
|
|
[2 replies] Last: Ohh! Thank you so much!!! (by cogirl)
|
by kidd106
undefined reference to cout,
|
|
[6 replies] Last: Thanks for all your help. I posted in the haiku forums and someone to... (by kidd106)
|
by Braindead90
error C3861 - Issue Building Code
|
|
[1 reply] : Declare a prototype of your getAttackResults before you call it. (by ciphermagi)
|
by mainframe639
What sorting algorithm is this?
|
|
[1 reply] : I believe that is a bubble sort you are doing (by Braindead90)
|
by Qurbanli
thanks
|
|
[11 replies] Last: Compiled, but freezes. I'm thinking it doesn't know how to stop taki... (by moorecm)
|
by Woehler
saving string + int to string array.
|
|
[no replies]
|
by xsemel
does anyone know how to....
|
|
[18 replies] Last: well, it turns out i was making a comparison instead of setting someth... (by xsemel)
|
by Blessman11
char * pointers
|
|
[7 replies] Last: yh too much stress does reduce reasoning, but no I was just feeding it... (by Blessman11)
|
by alecrock1
Display picture
|
|
[5 replies] Last: I want to be able to make a game. You do not want a console wind... (by Disch)
|
Getline Help |
|
[8 replies] Last: int fracInput() { int fracTop, fracBot; char fracSign; //string fra... (by macromicah)
|
by kjs5533
Function issues
|
|
[5 replies] Last: You're going to find that confirmBubbles has the same problems that co... (by ciphermagi)
|
fileExists Function doesn't work |
|
[2 replies] Last: Thanks, it works :) (by Emperator Vip)
|
by GaiusBaltar
class is locked?
|
|
[3 replies] Last: oh, really? in a lesson I saw someone making a class without using p... (by GaiusBaltar)
|
by murat1290
Beginner NEEDS help
|
|
[19 replies] Last: ty. so much. for everything hmmm // same in matlab % so its for com... (by murat1290)
|
by DouDou
Accessor function for a member array
|
|
[6 replies] Last: Using (e.g.) getElemCount(), getElem() still allows you to access all ... (by andywestken)
|
hh:mm in input? |
|
[9 replies] Last: you can create a time class with hour and min var and overload the '>>... (by jcgertig)
|
Recursion Concern |
|
[2 replies] Last: Recursion is not nessesary: bool done = false; string input; getlin... (by Stewbond)
|
Function Does not take 4 arguments Error |
|
[4 replies] Last: I wouldn't spend too much time beating yourself up about it. I spent h... (by ciphermagi)
|