
Signature
Howard Swope [hswope.swopeATnavteqDOTcom]
Senior Software Developer
Media Development
Navteq Traffic [http://www.traffic.com]
No - calls to same-class constructors are not allowed in C++. Someone else
can probably better explain the rational for this restriction.

Signature
http://www.tangiblesoftwaresolutions.com
C++ to C#
C++ to VB
C++ to Java
Instant C#: VB to C#
Instant VB: C# to VB
Instant C++: VB or C# to C++/CLI
Java to VB & C# Converter: Java to VB or C#
> Does this type of thing exist in C++ /CLI as in C#
>
[quoted text clipped - 19 lines]
>
> Thanks
Bo Persson - 28 Feb 2008 18:16 GMT
> No - calls to same-class constructors are not allowed in C++.
> Someone else can probably better explain the rational for this
> restriction.
It just wasn't considered important enough during the standardisation
process. There are some intricate details in defining exactly what it
means, and when the object is supposed to be "fully constructed".
In the next revision of the C++ standard, this will have been worked
out.
Bo Persson
>> Does this type of thing exist in C++ /CLI as in C#
>>
[quoted text clipped - 15 lines]
>>
>> }