by Church
Accessing a class object outside the function it (the object) was declared in?
|
|
[2 replies] Last: Although in C++ you can make it a class method instead of a stand-al... (by mbozzi)
|
by kikiyox77
Help with counting
|
|
[5 replies] Last: oh, I see thank you. I looked at the wrong testing cases where it used... (by kikiyox77)
|
by Dylan 256
.txt file not saving inputs
|
|
[2 replies] Last: Oh ok that makes sense. Thank You (by Dylan 256)
|
Help coding UNO |
|
[11 replies] Last: @Ganado At that point, it would be easier to write a meta-program (us... (by megatron 0)
|
by farokap
Help with hw
|
|
[3 replies] Last: I agree with above. Vectors would be a lot more suitable for this situ... (by nicholascleveland)
|
by itfreakas
Circular doubly linked list from a text file
|
|
[5 replies] Last: [quote=itfreakas]It still does not work. That's probably the vaguest ... (by icy1)
|
by Anahuac18
Problem with Loop
|
|
[1 reply] : Consider: debt = ... WHILE ( 0 < debt ) ask for money to cover 'deb... (by keskiverto)
|
by paul314
making an input file into a list
|
|
[2 replies] Last: thanks thomas, Ya the whole list part was from an example from my teac... (by paul314)
|
by lauri
identifier not found c++
|
|
[2 replies] Last: okay it works now, thanks! (by lauri)
|
by LisowskiAdam
Problem with std::map and txt file reading
|
|
[3 replies] Last: Not sure what newlines you're talking about. p042_words.txt does not c... (by Peter87)
|
by Haley
SOSOS I can not find out what is wrong with my program!!!!!!
|
|
[1 reply] : Line 225 if (ch == ' ') is wrong. ch should be an int and you can... (by Thomas1965)
|
by Emanuelle23
random string
|
|
[2 replies] Last: 1. You want to read each word separately. http://www.cplusplus.com/doc... (by keskiverto)
|
by SevilleD7
Need help and suggestions for a program.
|
|
[1 reply] : So, what function should I be using for the program? It depends what... (by Thomas1965)
|
by ajibpaudel
Sorting three vectors simultaneously
|
|
[2 replies] Last: Thanks, it works. (by ajibpaudel)
|
Switch Case |
|
[2 replies] Last: Hello ashleydee1999, PLEASE ALWAYS USE CODE TAGS (the <> formatting b... (by Handy Andy)
|
Vectors, Structs, classes, and strings not properly assigned? |
|
[2 replies] Last: Thank you! That was the issue. I knew it had to be something dumb. Tha... (by SloanTheSloth)
|
by mudkipsss
Parallel Arrays
|
|
[8 replies] Last: Yeah I got rid of the do while loop. I thought I needed it. Also, I'm ... (by mudkipsss)
|
by sciman777
Trouble reading from text file
|
|
[5 replies] Last: You can use seekg. I opened the file with truncate below so it starts ... (by tpb)
|
C++ assignment |
|
[4 replies] Last: To start off, if you have to create a linked list from scratch yoursel... (by nicholascleveland)
|
by Fuentesj33
Need Help with matrices
|
|
[2 replies] Last: I think this works: #include <iostream> //#include "T:\StewartM\ENR ... (by rjphares)
|