by wangwang
swapping section and credit numbers along with course name
|
|
[no replies]
|
by Cromation
Urgent cin Array with lowest and greatest
|
|
[2 replies] Last: I have hit a brick wall. I dont know how to get the largest of whatev... (by Cromation)
|
by jvac
if statements
|
|
[3 replies] Last: @Mats you are Genii it worked, Thanks. @Bdanielz thanks for your rep... (by jvac)
|
/ |
|
[11 replies] Last: That is a good question. I am not sure. I am just starting as well. I ... (by Bdanielz)
|
by xplainet
stop array from accepting more than one value at once
|
|
[2 replies] Last: Excellent ! Thankyou so much! (by xplainet)
|
by johndough
Issues with switch statements
|
|
[2 replies] Last: OK so now i can get the program to out put with no errors but it will ... (by johndough)
|
by pronesti
GetLine not working
|
|
[3 replies] Last: The reason is the preceding cin >> ans; After the user inputs the... (by Chervil)
|
by whilom
Mirrored Palindrome
|
|
[7 replies] Last: Haha! These people have their own definitions. :-) (by Josue Molina)
|
by tatai
File building with input from cloumn
|
|
[2 replies] Last: i could not understand how to do it!! but i was doing it like... #in... (by tatai)
|
by whilom
Adding to a variable
|
|
[11 replies] Last: The loop should run more than once if the number is bigger say "300+30... (by whilom)
|
by JRimmer
While loop question
|
|
[3 replies] Last: #include <iostream> using namespace std; int main() { char input; ... (by Chriscpp)
|
Code does not work completely |
|
[3 replies] Last: I would do something like this: #include <iostream> // cin, cout, ge... (by MatthewRock)
|
by tobougg
Grinding to a complete halt!
|
|
[4 replies] Last: thats excellent thank you mate! i kinda got it now. it's just the fact... (by tobougg)
|
A little help |
|
[11 replies] Last: thank you for pointing that out. #include <iostream> using namesp... (by Bdanielz)
|
by dpixel
Class Help
|
|
[7 replies] Last: Apparently you can't initialize objects from within the constructor or... (by dpixel)
|
by wolfpack4417
Problem setting an object equal to a pointer to an object
|
|
[2 replies] Last: I'm trying to swap a Person that is an element of a vector<*Person>. I... (by wolfpack4417)
|
Parallel Arrays |
|
[9 replies] Last: Between this: http://www.cplusplus.com/forum/beginner/110234/#msg6017... (by Stewbond)
|
by DemonLoad er
How to make high scores?
|
|
[2 replies] Last: class highScore { int scor; char name ; public... (by DemonLoad er)
|
by Valandu
Help with dividing with doubles
|
|
[3 replies] Last: Yeah I figured that would be the best option as well. Thank you. (by Valandu)
|
by Bdanielz
getting the length of an dynamic array back into main...
|
|
[6 replies] Last: Wow. Thank you for pointing that out. That is the trouble with using o... (by Bdanielz)
|