> | Could you recall us what the differences between the two versions are?

'new T();' performs default initialization in every case,

'new T;' performs default initialization only on non-POD's, PODs get
undetermined value. (POD =~ more or less datatypes available in C)

In case of user defined classes like Paragraph they should behave
identically.

At least that's my understanding of 5.3.4.15.

Andre'

-- 
André Pönitz ............................................. [EMAIL PROTECTED]

Reply via email to