Hi Everyone,

Just wondering how can I set the field width during printing. For e.g. how do I print something like the following in C++

printf("%-24s,%-24s %u\n", mystr, myint);

Tx !!