A
Allen Maki
I am using multiple arrays to make tables of rows and columns.
When using C++ I was able to manipulate texts by using
cout << setw(3) << .... using directives iomanip.h and iostream.h.
Now, when using managed C++, How can we do the same manipulation by with
Console::Write() and Console::WriteLine()?
When using C++ I was able to manipulate texts by using
cout << setw(3) << .... using directives iomanip.h and iostream.h.
Now, when using managed C++, How can we do the same manipulation by with
Console::Write() and Console::WriteLine()?