Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
economizing with functions that do the same thing
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Your Uncle, post: 2470760"] I'm on thin ice with topicality, so I better condemn this outrageous suggestion. I'm not sure what that means. Maybe we could make a better trivial example: void print_a_char(char); void print_an_int(int); would be definitions and then print_a_char(char g){ printf(" %c\n", g) } print_an_int(int g){ printf(" %d\n", g) } Does that clarify, obfuscate, or just bore? cheers, f [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
economizing with functions that do the same thing
Top