|
From: Matthew H. <mhi...@ko...> - 2000-10-23 16:33:40
|
Hello,
Here. Let's try it this way (I hate my mail client by times... sorry =
about the double post guys).
How about something along these lines for variable spacing.
printf("%sSomething else.", sVar);
where sVar is a variable number of spaces. You should be able to fill a =
string (character array in this case) via something in the <string.h> =
(or <cstring.h> if your compiler is predominantly C++) library.
strcat and strlen might be of use.
I am trying to make it where I can put spaces into a line but at =
differing lengths each time.=20
Matthew Hickson
|