Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Private constructor,Static constructor
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Alf P. Steinbach, post: 2547644"] * [email]plmanikandan@gmail.com[/email]: No, but you can achieve the same effect by representing your static data members as a single object of a class with a default constructor. A private constructor is private, only accessible to that class. There is no such thing as static constructor in C++. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Private constructor,Static constructor
Top