| View previous topic :: View next topic |
| Author |
Message |
utab Guest
|
Posted: Tue Jun 20, 2006 9:10 am Post subject: Default & Value Initialization |
|
|
Dear all,
Can somebody direct me to some resources on the subject or explain the
details in brief? I checked the FAQ but could not find or maybe missed.
Regards, |
|
| Back to top |
|
 |
Ian Collins Guest
|
Posted: Tue Jun 20, 2006 9:10 am Post subject: Re: Default & Value Initialization |
|
|
utab wrote:
| Quote: | Dear all,
Can somebody direct me to some resources on the subject or explain the
details in brief? I checked the FAQ but could not find or maybe missed.
What subject? |
Are there any specifics you are unsure of?
--
Ian Collins. |
|
| Back to top |
|
 |
utab Guest
|
Posted: Tue Jun 20, 2006 9:10 am Post subject: Re: Default & Value Initialization |
|
|
intialization(for example:ctors for class types)
In general, I read something but not completely clear to me. (I read
some parts from Accelerated C++.) |
|
| Back to top |
|
 |
Ian Collins Guest
|
Posted: Tue Jun 20, 2006 9:10 am Post subject: Re: Default & Value Initialization |
|
|
utab wrote:
| Quote: |
What subject?
intialization(for example:ctors for class types)
In general, I read something but not completely clear to me. (I read
some parts from Accelerated C++.)
That's a very broad subject for a Usenet posting, are there any specific |
areas you'd like clarified?
--
Ian Collins. |
|
| Back to top |
|
 |
coder22 Guest
|
Posted: Tue Jun 20, 2006 9:10 am Post subject: Re: Default & Value Initialization |
|
|
utab wrote:
| Quote: | What subject?
intialization(for example:ctors for class types)
In general, I read something but not completely clear to me. (I read
some parts from Accelerated C++.)
|
I have not read Accelerated C++.
Try reading Effective C++, this book helped me understand
initialization better.
~Madhav |
|
| Back to top |
|
 |
|