toupper not working |
|
[9 replies] Last: That firstname = toupper(firstname ); worked perfectly. First off ... (by businessman332211)
|
by Botyto
multiple definition of
|
|
[10 replies] Last: srand initializes the random number seed and is needed for rand(the ra... (by BettyBoopTS)
|
by enrui
While loop not working as expected.
|
|
[2 replies] Last: I still get the recurrence if I enter a letter instead. Which means s... (by enrui)
|
by neok
Inheritance, struggeling with making my program more elegant
|
|
[2 replies] Last: Tnx jsmith. My code compiles and does the thing I want. I also thou... (by neok)
|
by jinjin12
why does this happen?
|
|
[9 replies] Last: edit: i just tried it, it works. wow i didn't know this, im soooo noob (by jinjin12)
|
by enrui
Getting data through a class to a function.
|
|
[2 replies] Last: Perfect. Now I just have to get the returnName() working again. (by enrui)
|
by gcampton
string class functions
|
|
[3 replies] Last: The data structure is essentially a variation of the "matrix class" th... (by Duthomhas)
|
Random generator not working |
|
[5 replies] Last: int randomGen(int numOutOf) { return (1+ rand() % numOutOf); ... (by gcampton)
|
by foobarbaz
I don't know what I'm doing wrong?
|
|
[2 replies] Last: really...I changed the order than what was in the book because I thoug... (by foobarbaz)
|
by foobarbaz
console or project
|
|
[3 replies] Last: choose blank project, the others are shit templates. (by gcampton)
|
by w0ot
Multidimensional Arrays
|
|
[2 replies] Last: http://cplusplus.com/forum/articles/7459/ (by Mythios)
|
by foobarbaz
Inheritance
|
|
[3 replies] Last: thanks for your help, I was also able to dig this up "what the vir... (by foobarbaz)
|
by nammae
String
|
|
[1 reply] : This is a weird thing C/C++ let you do. The are just shorthand for ... (by Disch)
|
by foobarbaz
syntax error identifier string.
|
|
[2 replies] Last: I get about 500 errors from this project. Oh well maybe it was setup w... (by foobarbaz)
|
by johann2
mod manipulation of an array trouble
|
|
[2 replies] Last: worked like a charm. thanks much. (by johann2)
|
Error checking for a beginner |
|
[13 replies] Last: Nevermind.......I broke it down and I understand it well....Thanks eve... (by collinisaac0104)
|
by ajwest
while loop won't repeat
|
|
[2 replies] Last: I want it to repeat untill they enter 5, beucase 1-4 are calulation fo... (by ajwest)
|
by xyriene
Program closing
|
|
[1 reply] : Trying run Cout with all variables at the very top. Run the program 4... (by businessman332211)
|
by maclewis
multiple if else statement trouble
|
|
[6 replies] Last: thanks Disch, I didn't know that == was not a good idea with floats :) (by BettyBoopTS)
|
Switch Statement Brackets |
|
[4 replies] Last: I wouldn't say it's bad, it could be good if the program is quite a la... (by gcampton)
|