by alexw395
The constructor for a homemade string class
|
|
[10 replies] Last: This is the .h file. That was easy enough to fake. The real issue ... (by cire)
|
Couple Variables in a line |
|
[1 reply] : cin >> a >> b >> c; This is one way (by closed account 48T7M4Gy)
|
by alicialng
Need help on everything
|
|
[3 replies] Last: #include <iostream> #include <string> using namespace std; class Em... (by closed account 48T7M4Gy)
|
by cevelry
Random name generator from a pool
|
|
[4 replies] Last: So what's the question? All the above does is get the names into a lis... (by closed account 48T7M4Gy)
|
by saherch
Run time error
|
|
[4 replies] Last: Hello, I did not want to make the array that big. I just wanted to ch... (by saherch)
|
by mzafeerk
c++ help
|
|
[3 replies] Last: That is a numerical type which holds a specific range of numbers. You... (by coder777)
|
by lilmoe1967
Need help with voting program.
|
|
[3 replies] Last: [code firstline=9] fscanf(ifp, "%d", &ROWS); fscanf(ifp, "%d", &COLS);... (by MikeyBoy)
|
by Student555
Help with string object
|
|
[7 replies] Last: Ops, sorry :-) Use this: if(!obj && obj->name.empty()) Regard... (by Emanuel Moraes)
|
by UrthWurmTim
Number Analysis Program
|
|
[2 replies] Last: Below, I put in the comments on the code some info to help you get sta... (by chicofeo)
|
by alicialng
For some reason it will NOT run...help please
|
|
[3 replies] Last: When I run it I keep getting "It seems that this project has been bui... (by chicofeo)
|
Some assistance with arrays |
|
[4 replies] Last: #include <iostream> using namespace std; void show_the_world( int ... (by closed account 48T7M4Gy)
|
by xcleonardo
The if/else if statement is a form of what?
|
|
[1 reply] : Form of condition. if(condition) { statement1; } else if(condition... (by rathpanha)
|
by Hidden Squid
searching for text in file bool.
|
|
[4 replies] Last: i ended up changing it up, so this is what i have now. EDIT: issue i ... (by Hidden Squid)
|
by m10
Comparing a String to a Word
|
|
[2 replies] Last: Sorry, It gave me an error while posing the first time so I assumed it... (by m10)
|
by hxc0203
array and vectors
|
|
[2 replies] Last: I don't know how to find range? (by hxc0203)
|
by Dumbledire
Question with Sorting Arrays
|
|
[1 reply] : In sortArray , you access outside the boundaries of array . Also, y... (by cire)
|
by Kmort1990
NEED HELP with assignment.
|
|
[7 replies] Last: is there anyway you might be able to give me an example of that, I don... (by Kmort1990)
|
by cher1201
segmentation fault, please help!
|
|
[6 replies] Last: Thank you so much for that clarification. I appreciate your help. (by cher1201)
|
by Kmort1990
Please Help ASAP
|
|
[1 reply] : #include <iostream> #include <string> #include <fstream> #include <... (by Kmort1990)
|
by m10
Comparing a string to a word
|
|
[1 reply] : attractionName is an array, not a string. Also, you probably want to... (by Duthomhas)
|