printf() in C

sonxEr77

Expert Member
Joined
Oct 22, 2006
Messages
1,809
Reaction score
0
Location
around
Just wondering if there's a website where one can learn how to format the output that you can print nice tables big fonts, special characters to display big program titles, borders, etc... The basic C books do not cover these topics...

Also, is C limited to windows 32 console application or can one go graphics with C?

yeah... that's it folks
 
There are graphical libraries for C.

You can not do "fonts and special characters for big program titles" with the printf command. That simply outputs a piece of text, it doesn't format the characters.
 
There are graphical libraries for C.

You can not do "fonts and special characters for big program titles" with the printf command. That simply outputs a piece of text, it doesn't format the characters.

olyt then!
 
Top
Sign up to the MyBroadband newsletter
X