cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
calling constructor
calling constructor
Aug 2, 2010 at 10:06am UTC
madhuti
(1)
In C++ when we create an object of a class, Constructor will be called automatically.
Who will takecare of calling the constructor and destructor automatically.
Aug 2, 2010 at 10:51am UTC
Galik
(2254)
The compiler will generate the right code at the right place.
Topic archived. No new replies allowed.