Geeks Talk

Prepare for your Next Interview




Does default constructors gets created in all scenario

This is a discussion on Does default constructors gets created in all scenario within the C and C++ forums, part of the Software Development category; I want to know if in the case of there are no user defined default constructors will the compiler generate default constructor in all situations. If there are situations in ...


Go Back   Geeks Talk > Software Development > C and C++

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-12-2006
Expert Member
 
Join Date: May 2006
Location: New York, USA
Posts: 118
Thanks: 0
Thanked 6 Times in 4 Posts
RyanJames is on a distinguished road
Question Does default constructors gets created in all scenario

I want to know if in the case of there are no user defined default constructors will the compiler generate default constructor in all situations. If there are situations in which compiler would not create default constructor let me know about it
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-12-2006
Contributing Member
 
Join Date: May 2006
Posts: 88
Thanks: 0
Thanked 10 Times in 9 Posts
norman is on a distinguished road
Re: Does default constructors gets created in all scenario

No there are situations in which default constructors would not be created. One of which I am aware of is if the class has constant type members say constant private members then compiler would not create default constructors for these and error would result if there is no user defined constructors defined for these.
Reply With Quote

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved