by anis135
global variable outside a class??
|
|
[2 replies] Last: I also want to insert it to my class, but something i forgot to tell y... (by anis135)
|
by xxlt3xx
approximating Pi
|
|
[4 replies] Last: I couldn't get the it to output the correct values so I reworked my eq... (by xxlt3xx)
|
by sea courage
calculator using prefix & postfix
|
|
[1 reply] : http://www.cplusplus.com/articles/how_to_ask/ (by Bazzy)
|
by Aseel
While loop
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ 1. once you hit the end ... (by DrakeMagi)
|
by andy371
displaying time variable if time is between x time and y time
|
|
[no replies]
|
by Stiltzkin
references/pointers
|
|
[2 replies] Last: Since I have to respect the signature of the method, I have to return ... (by Stiltzkin)
|
by ehsangha
CLASS AND VECTOR
|
|
[3 replies] Last: Additionally, be sure to delete any memory allocated with operator new... (by moorecm)
|
by bnd
Polymorphism & Assignment Operator Overloading
|
|
[7 replies] Last: You can always do something like this: #include <iostream> using ... (by m4ster r0shi)
|
by jagy96
Array of Classes, Inheritance constructor number funky
|
|
[2 replies] Last: Organism *R, *G, *P; P = new Plant ; G = new Goldfish ... (by Disch)
|
by pika
How do I save a text file where the name of the file is defined by the user?
|
|
[13 replies] Last: Thanks! Works great now! (by pika)
|
by Loloda
What C++ software to buy?
|
|
[7 replies] Last: Microsoft Visual C++ Express / Code::Blocks with Mingw Compiler both ... (by blackcoder41)
|
by SoloXX
Wrong output in "finding smallest number"
|
|
[4 replies] Last: Really? Indentation has that much impact on correct execution? Wow! I... (by firedraco)
|
by bombatwist
error: no matching function for call to ''
|
|
[8 replies] Last: ahh no it wasn't. that fixed my problem. thanks guys! (by bombatwist)
|
by Okaya
Error related to scope of variables
|
|
[3 replies] Last: jsmith, Disch, thank you very much, I appreciate your feedback on my q... (by Okaya)
|
by DeadH34d
Program Evaluation
|
|
[4 replies] Last: Ohhh, ok. That makes perfect sense. thank you. Trust me, all the help ... (by DeadH34d)
|
by conqrr
hi..new here
|
|
[5 replies] Last: i have tried QT, wxWidgets and MFC (tried only not fully learned) and... (by helios)
|
by John Linux
Basic Tree Structure Issue
|
|
[7 replies] Last: classes are safer because they start out as private only reasons s... (by Disch)
|
by ehsangha
function
|
|
[2 replies] Last: thankssssss (by ehsangha)
|
struct in class |
|
[3 replies] Last: Yes. (by snailshen)
|
by jesusLord
UML diagrams question (1,2)
|
|
[23 replies] Last: My friend...first, send us some try about the exersice, how do you thi... (by alud)
|