by nemimi
Grade Book Using Vectors
|
|
[1 reply] : The first thing that comes to mind when connecting the two is to use a... (by tscott8706)
|
by Soyabean
Do while loop not working, please help
|
|
[3 replies] Last: Firstly, please edit your post so all of your code is between [co de... (by TarikNeaj)
|
by AmmmG 01
Question about Nested for Loop; won't take long ;)
|
|
[11 replies] Last: You forgot code tags. Should be : cout<<"Thank you guys"<<endl; If... (by TarikNeaj)
|
by ebucna
Switch
|
|
[15 replies] Last: I have arrays from my teachers that have number of components declared... (by ebucna)
|
by davidm
files
|
|
[7 replies] Last: That is not how I meant for you to use the array. #include <iostream... (by fg109)
|
by dramirez8
Looping a switch case menu
|
|
[3 replies] Last: Where is the for or while loop? I don't see one in your code. (by tscott8706)
|
by pik
small linked list game keeps returning null and crashes
|
|
[1 reply] : Check lines 75 and 76. (by fg109)
|
by ydookz
(if statements not working) Finds equation of two points but is failing to check if a third pt lies on line
|
|
[3 replies] Last: Not stupid at all. Typos are part of life ;) (by Texan40)
|
by SoloPopo
Can't find the error? (short code)
|
|
[6 replies] Last: @SoloPopo: Because whole numbers should be stored in integers, not flo... (by LB)
|
by VainCape
Switch Default Statement
|
|
[2 replies] Last: or you could move your cout << "\nAnswer is: " << answer << endl; a... (by shadder)
|
by koopey
STL map beginner
|
|
[5 replies] Last: you need to actually pass the object sorry that's what i meant. jus... (by koopey)
|
by Ch1156
How can i use getters and setters with math? (1,2,3,4)
|
|
[77 replies] Last: Ok, So you need to tell the compiler what the enum Size is - it's n... (by TheIdeasMan)
|
by xXBurnt
Some type of container for string int long long
|
|
[2 replies] Last: Thank you so very much! Didn't even think to do a struct. So far it's ... (by xXBurnt)
|
by MRQ1
Is c++ primer really for beginners?
|
|
[14 replies] Last: >the books I like are said to be bad an example: http://www.cplusplus... (by anup30)
|
Help with arrays |
|
[4 replies] Last: ooo Thanks for the advice... We have started the classes but i'm just ... (by helloworld1234)
|
by aseemgoyal
how to define iterators for elements of a class
|
|
[5 replies] Last: @Smac89: I suggested that and he specifically requested information fo... (by LB)
|
by brosephius
connect four style game (1,2)
|
|
[25 replies] Last: You may want to experiment with a tic-tac-toe game first to understand... (by LB)
|
by SoloPopo
Where is the error? (driving me nuts!)
|
|
[3 replies] Last: This topic is continued at http://www.cplusplus.com/forum/beginner/162... (by LB)
|
by as4mvp
PLEASE NEED HELP: Converting 2d array into a 1d array (1,2)
|
|
[24 replies] Last: once again thanks LB, mgoetschius, and fg I appreciate all of your hel... (by as4mvp)
|
by Galvanized
Converting bases
|
|
[6 replies] Last: > into base 4 and 5 into two different bases ? (by anup30)
|