C
calmzeal
hey,guys, try this snipper(in c#):
Console.Write("The 1st string\0 string behind");
Console.Write("The 2nd string");
this codes writes 2 string, but the 1st string has been cut off by '\0'
then "string behind" will not shown in the console
but my qust is: why the console still didn't display "The 2nd string"?
thx,my env is framework 1.1,vs 2003
Console.Write("The 1st string\0 string behind");
Console.Write("The 2nd string");
this codes writes 2 string, but the 1st string has been cut off by '\0'
then "string behind" will not shown in the console
but my qust is: why the console still didn't display "The 2nd string"?
thx,my env is framework 1.1,vs 2003