User profile: teguh123

User info
User name:teguh123
History
Joined:
Number of posts:49
Latest posts:

Is parents created first or the child ?
Which constructor are called first? and why? Parents are like a member variable right? Don't we cr...

Can Destructor be Called Automatically?
I've heard a lot about this boost thingy. Will try. Any smart pointers from standard library?

Can Destructor be Called Automatically?
Okay The reason I asked is I wanted to store pointers to a vector std::vector<SomeClass *> Hello; ...

Can Destructor be Called Automatically?
What about this void HelloWorld() { std::vector<SomeClass> Hello; Hello.add (SomeClass()); He...

Can Destructor be Called Automatically?
void HelloWorld() { string Hello="Hello World"; } As we know, the string implementation of sta...