by jetskiguy
Class constructor within another class constructor
|
|
[1 reply] : "I am trying to declare a class constructor within another" within ano... (by sasanet)
|
by neowoot
Loop within function doesn't seem to matter?
|
|
[2 replies] Last: I don't understand how I would achieve this, unfortunately. Would I t... (by neowoot)
|
Namespace and Hidden This ponter? |
|
[5 replies] Last: Hi CplusplusNoob1, in your example, I think you are right that the an... (by dangrr888)
|
by sasanet
Help with template
|
|
[6 replies] Last: OK NOW WHAT'S WRONG IN THIS CODE? int main () { super* test = new s... (by sasanet)
|
by behzadkh
Please Help Need your help
|
|
[3 replies] Last: Hi behzadkh, yes, basically write struct YourStruct; in ass2.h an... (by dangrr888)
|
Reading a 2nd line of a file |
|
[1 reply] : If you repeat the input operation, you can reach other lines. Try whi... (by hamsterman)
|
by Rave
Making a folder
|
|
[4 replies] Last: Sorry, I somehow assumed windows. (by hamsterman)
|
by leotato008
Can't get what I want..
|
|
[11 replies] Last: I don't really want to mix them. So, cin >> for input and cout << for ... (by leotato008)
|
by jazpearson
Simple class question!!
|
|
[2 replies] Last: Excellent advice, thanks. (by jazpearson)
|
by hondac
program design help
|
|
[1 reply] : limits? (how many words?, how many letters per word?) I don't know abo... (by ne555)
|
by Darrier
Polygon Defining
|
|
[1 reply] : [co de] "Please use code tags" [/co de] [quote=Linux Programmer Ma... (by ne555)
|
by ascii
data type in function parameters
|
|
[3 replies] Last: where identifers must! be included otherwise wont work I'm afraid t... (by Branflakes91093)
|
by bluesoleli
ctrl - z question
|
|
[5 replies] Last: I'm still having issues with it, even using your method... I have now.... (by bluesoleli)
|
by bluesoleli
Adding issue
|
|
[3 replies] Last: Ok, I got it through another way, through the use of: if (num1>=num3 ... (by bluesoleli)
|
by Father Sloth
C++ Classes
|
|
[3 replies] Last: Just a quick question about classes again, I have started my c++/SFML ... (by Father Sloth)
|
by hakkenadlay
Noob help needed! (1,2)
|
|
[23 replies] Last: i would try but i dont know how to do it, any suggestions (by hakkenadlay)
|
Dynamic Memory Allocation: Array Initialization |
|
[3 replies] Last: dArray = new (nothrow) float () ; how did u do this if "size" is un... (by sasanet)
|
by IGITI
I need help with how objects interact.
|
|
[3 replies] Last: class Item; //you need to make Player_Character aware of Item's e... (by Mathhead200)
|
by bluesoleli
salestax program
|
|
[3 replies] Last: oh lol, silly me, exit is just: if (num1 < 0) return 0; LOL! Well,... (by bluesoleli)
|
by cmh
I don't know what I'm doing wrong...
|
|
[3 replies] Last: // Calculate retire age cout << "Please enter an age: "; cin >> age;... (by TheNoobie)
|