cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Preventing copying and assigning objects
Preventing copying and assigning objects
May 5, 2011 at 1:33am UTC
coolswathi
(13)
Hi,
How can
Last edited on
May 10, 2011 at 12:20am UTC
May 5, 2011 at 1:55am UTC
ascii
(1062)
using the private access modifier?
May 5, 2011 at 2:28am UTC
kfmfe04
(788)
yes, over-ride default constructors and assignment operators with private ones.
Topic archived. No new replies allowed.