Menu

#14 wrong object initialization

STEL
open
nobody
5
2002-12-04
2002-12-04
No

compilation error while trying :
CGString digits("0123456789")

success after using '=' operator:
CGString digits;
digits = ("0123456789");

either we use the second construction or an additional
constructor in CGStringSync class is needed

error occurs in STELConfiguration.cc in lines:
511 and 566

Discussion


Log in to post a comment.

MongoDB Logo MongoDB