SurvivorTiger
Programmer
hi everyone,
I just started learning C++ .NET and when writing code for a console application, this is what is said to be used if i want some text to appear in the console:
Console::Write(S"my text here"
; //i could also use WriteLine
now...what does that S do and why is it necessary to be there?
thanks in advance
AIM: survivertiger & Ye This Is Me
I just started learning C++ .NET and when writing code for a console application, this is what is said to be used if i want some text to appear in the console:
Console::Write(S"my text here"
now...what does that S do and why is it necessary to be there?
thanks in advance
AIM: survivertiger & Ye This Is Me