Heres what I have so far.
#include <stdio.h>
int main()
{
printf("|%-15.1|","333.546372\n");
return 0;
}
Is there a way to accomplish this with one line of code?
Thanks




Posted 21 February 2007 - 10:40 AM
#include <stdio.h>
int main()
{
printf("|%-15.1|","333.546372\n");
return 0;
}
Posted 21 February 2007 - 10:50 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
