Is there are format function in C++? I need to line up a character array to the left and save to a variable.
e.g.
format("Hi", " @@@@@@@") = " Hi";
format("Bye"," @@@@@@@") = " Bye";
Thanks for any help![]()
|
Results 1 to 6 of 6
Thread: Formatting FunctionsThreaded View
|
Click Here to Expand Forum to Full Width |