by Ikarmue
Cannot get an array's index to output correctly
|
|
[3 replies] Last: You're not storing that information anywhere. On line 27, you need to ... (by Moschops)
|
by lemniscate12
Help please!
|
|
[7 replies] Last: I put an absolute value in the if condition and nomit works without an... (by lemniscate12)
|
by im dumb
HELP
|
|
[1 reply] : http://www.cplusplus.com/doc/ (by chicofeo)
|
by miah612000
void function with 4 parameters that must display (1,2)
|
|
[24 replies] Last: great it works perfecr like that?? I would have spent another day bang... (by miah612000)
|
by quantumleap
Void Functions and Error Message not working
|
|
[3 replies] Last: With the code tags: Edit your post, select the code, then press the <... (by TheIdeasMan)
|
by soccer5
Reading, converting, and outputting strings
|
|
[1 reply] : What exactly is going wrong? Be specific. If you haven't yet, you can ... (by CS Student)
|
by mwaddell
Loop
|
|
[1 reply] : If you are just starting out with C++, I wouldn't read anything from B... (by CS Student)
|
by pensfan636
Calculating mean and standard deviation
|
|
[3 replies] Last: Please always use code tags : http://www.cplusplus.com/articles/z13hAq... (by TheIdeasMan)
|
by tomtom61695
Reading in spaces and editing chars in getline?
|
|
[1 reply] : cin does not collect spaces. In fact, it reads whatever you entered up... (by CS Student)
|
by mortdecai
Reading any line of a file
|
|
[11 replies] Last: Thank you sir. (by mortdecai)
|
by vaultDweller
How to return a c string array?
|
|
[1 reply] : char * encoded ; This is an array of 500 char-pointers. Is that what... (by Moschops)
|
by nyork3415
Comparing Temperatures
|
|
[4 replies] Last: The last condition doesn't need an else if because if neither of the... (by Chervil)
|
by ArtisticMess
Recurrsion Maze
|
|
[8 replies] Last: +++ +++ ++ this is the text file Im working with + + +++ ++ + + ... (by ArtisticMess)
|
by dilarat
No output
|
|
[9 replies] Last: When you add the line i--; your code outputs 0. This is because... (by Too Explosive)
|
by Turtily
Help with Virtual Store Program
|
|
[1 reply] : Can someone tell me how to make a variable that adds to itself I gi... (by keskiverto)
|
I need to shift array elements to the right a certain number of times? |
|
[1 reply] : Moving right is the "easy part", but what to do with the "edges"? The... (by keskiverto)
|
by cmptloser
Calculating Time With Recursion
|
|
[4 replies] Last: Omg I just tried that and it worked^ thank you!! (by cmptloser)
|
by breindy
Deck of Cards Vector help
|
|
[1 reply] : You mean something like: vector<string> deckOfCards = {"AS","JS",... (by jlb)
|
by Scaseygg
C++ BubbleSort Help
|
|
[2 replies] Last: Bubblesort.h #ifndef BUBBLE_SORT_H #define BUBBLE_SORT_H void Bubble... (by Scaseygg)
|
by alex067
Reading text file
|
|
[2 replies] Last: If the file has been written into the program file use ofstream myfile... (by miah612000)
|