CompuServe Messages

Compiling C Programs

#: 10977 S9/ProgrammingForum unknown
    09-Mar-86 21:33:04
Sb: #10791-Compiling C Programs
Fm: Wayne Davison 76703,615
To: John Frickson 74266,2661

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

One way to make such a simple program shorter is to use puts("string"); to print the string rather than printf(), because puts() only prints strings, while printf() has code to print all the hex/octal/decimal & float types, etc.