O
Owen Corpening
the String class is required in .Net yet it doesn't seem to provide suuport
for the "+" operator, you have to litter your code with "String::Concat"
everywhere you want to concatenate strings.
Does everyone use other string classes and just convert at the end when they
have to pass a String? What is the desireable method to resolve this?
owen
for the "+" operator, you have to litter your code with "String::Concat"
everywhere you want to concatenate strings.
Does everyone use other string classes and just convert at the end when they
have to pass a String? What is the desireable method to resolve this?
owen