View Single Post
Old 11-10-2007, 12:56 AM   #25582
SSH
Super Scottish Hero
 
SSH's Avatar
 
Join Date: Feb 2006
Location: Edinburgh, UK
Posts: 2,872
Default

Quote:
Originally Posted by Squinky View Post
Code:
while (true)
{
    printf("Pieces of %d.", i);
    i++;
}
Don't you want a newline, or at least a space on the end of the print format string?
SSH is offline