Monday, September 22, 2008

C++ Questions ???

1. What are the four functions that compiler automatically provides? How can you prevent compiler to provide automatically?

>>

-
default constructor
- copy contructor
- assignment operator
- destructor

No comments: