Ok, basically I want a field width specifier, only that repeats something.<BR><BR>Such as say 30 empty spaces in a printf or reapeats "-" 30 times, basically to format output.<BR><BR>Thanks for the ...
[Nicholas Carlini] programmed a C implementation of two-player Tic Tac Toe, and he did it in a single call to printf(). The arguments for that single function call get mind-bendingly complex, so it ...