+ 1
Which method works as (setw() method in C++) in C#
2 Réponses
+ 2
To return a string with fixed size use padLeft (Add symbols to string to make it needed size)
If you wanna get n symbols from input stream you have to specify this number as third parameter in stream.read
+ 2
Thank you bro