Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Console::Write(S"whatever"); // What is "S" in this stat

Status
Not open for further replies.

SurvivorTiger

Programmer
Jul 9, 2002
265
US
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
 
Is it C#?

Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top