Thread
:
setw() in .NET
View Single Post
Jul 9th, 2006, 1:41 PM
#
1
hbe02
Hobbyist Programmer
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power:
3
setw() in .NET
what is the equivilent of this:
(
Toggle Plain Text
)
cout<<setw(2)<<dt.Second<<endl;
cout<<setw(2)<<dt.Second<<endl;
in the .NEt framework console which is as follows.
(
Toggle Plain Text
)
Console::WriteLine(dt.Second);
Console::WriteLine(dt.Second);
Thanks
hbe02
View Public Profile
Find More Posts by hbe02