User profile: Fransje

User info
User name:Fransje
History
Joined:
Number of posts:371
Latest posts:

A pointer to base class
I read your reply - gonna read up on design patterns right now :) [quote]With references, they alwa...

using private variable of a class
@TheIdeasMan: yeah, you're right. I hadn't thought of a ctor together with a print function, that's ...

using private variable of a class
No, it isn't the right way, since you get an error :) It's theoretically impossible to access a cla...

A pointer to base class
[quote]A pointer to base class, if assigned to a derived class, only points to the base part right? ...

system( ) not working
You should #include <cstdlib> . Then you can use std::system() (or add [code]using namespace std;[/c...