LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: C development on Linux - Functions - V. (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-c-development-on-linux-functions-v-917903/)

LXer 12-09-2011 09:10 AM

LXer: C development on Linux - Functions - V.
 
Published at LXer:

The C standard library offers a plethora of functions for many usual tasks. Also there are lots of libraries for extra functionality, like GUI design (GTK+) or database interfacing (libpq). However, as you advance in the C programming world, you will soon find yourself repeating the same instructions in the same order over and over again and that will become time-consuming and inefficient. So you can just wrap all those instructions in a function and just call said function when you need it. Here's what you're gonna learn by reading this article, plus some useful tips that will make your life easier. Any suggestions or problems go to the forums, as before.

Read More...


All times are GMT -5. The time now is 05:44 PM.