G
Guest
Initializes a new instance of the String class to the value indicated by a
specified Unicode character repeated a specified number of times.
String Constructor (Char, Int32)
Why am I getting these errors:
1) C2078: too many initializers and
2) C2440: 'initializing' : cannot convert from 'int' to 'System::String __gc
*'
when I use this constructor to initialize my string?
System::String *tRs('-',13);
specified Unicode character repeated a specified number of times.
String Constructor (Char, Int32)
Why am I getting these errors:
1) C2078: too many initializers and
2) C2440: 'initializing' : cannot convert from 'int' to 'System::String __gc
*'
when I use this constructor to initialize my string?
System::String *tRs('-',13);