by d14racer24
Error Trying to Compile
|
|
[6 replies] Last: I know it's a joke, and I can understand the humor in it, completely, ... (by d14racer24)
|
by weaboo
String array to function for addition
|
|
[2 replies] Last: Thank you for helping, the code is running now. However the resulting ... (by weaboo)
|
by Nismoz3255
Trouble with class composition
|
|
[3 replies] Last: Thanks. You're right it should have been multiplication rather than ad... (by Nismoz3255)
|
by pantsbandit
Trying to pass an array of structures to a function
|
|
[12 replies] Last: err, wait i see now how it was still inside. Thanks again. (by pantsbandit)
|
by JoshHenry
rock, paper, scissors game
|
|
[12 replies] Last: I coded my own rock paper scissors game after reading this just for fu... (by TheNoobie)
|
by Richard101
Opinions?
|
|
[13 replies] Last: Actually in C++, it is required to have main return an int. (by firedraco)
|
problems with fstream |
|
[2 replies] Last: thank you! (by closed account 98qGz8AR)
|
by syntax error
First C++ Project.
|
|
[7 replies] Last: @GodPyro haha =P i said it was really quick. i actually expected mor... (by metl wolf)
|
by pantsbandit
getting data from an infile
|
|
[11 replies] Last: @Framework Really? Do you have any links to the discussion thread? Wou... (by GodPyro)
|
by bayar
Unicode Characters
|
|
[2 replies] Last: Of course it is possible. How the file is stored makes a difference. G... (by Duthomhas)
|
by monopoman
Having trouble with my output.
|
|
[3 replies] Last: Oh, I use Dev-C++ compiler. It doesn't have a built in library to acce... (by Khaltazar)
|
by metl wolf
character array question.
|
|
[5 replies] Last: haha yeah.. i know this now =P i'm just not used to using charactors i... (by metl wolf)
|
by shadow738
Trouble validating input
|
|
[3 replies] Last: i like using charactors for my user input, that way no matter what a u... (by metl wolf)
|
by jokerfwb
How to pass a pointer to an object to a function?
|
|
[4 replies] Last: if you put your UpdateObject function before your main function (or be... (by metl wolf)
|
by joker25
Array help
|
|
[1 reply] : #include <iostream> #include <fstream> using namespace std; int main... (by Khaltazar)
|
by Ihtisham
Error: " undefined reference to......."
|
|
[3 replies] Last: And to what is the undefined reference? EDIT: If you don't know how t... (by anonymous23323124)
|
by metl wolf
oddity with charactor arrays..
|
|
[10 replies] Last: Aren't compilers supposed to obey the standard!? Isn't that the whole ... (by anonymous23323124)
|
by opopop
Pointer initialization in a class constructor
|
|
[2 replies] Last: @Khaltazar, I believe you wanted PtrElement = ∈ because othe... (by Zeillinger)
|
by crystal3122
Mortgage Problem, Need help!
|
|
[1 reply] : #include <iostream> using namespace std; main() { int HouseCost ... (by Khaltazar)
|
by dAND3h
Declaration of custom 'class' inside another class
|
|
[3 replies] Last: Hi, can someone please explain what zhuge means? (by dAND3h)
|