User profile: Anmol444

User info
User name:Anmol444
Email:anmol@live.ca
Name:Anmol Sethi
Location:Canada
Bio:Im 12 and I live in Canada. Programming is my passion. I was forced to quit it because it was too time consuming a year ago but now I think I can manage.
Statistical data
Birthdate:Feb 5, 2000
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:412
Latest posts:

Compiler outputting wrong size
@JLBorges What do you mean by stringent? Also I already read that article and the example you show...

Creating a variable inside a function arguments
In the following code: [code]#include <iostream> // For stream I/O...

Static Variables
Also he means without it being static, without calls being static lol.

Invoking the Base class constructor from the Derived Class
I understand it is done like this [code]// Calling the base class constructor explicit CCandyBox(d...

Static Variables
No but you are taking it as a reference, you should be able to.