Some Useful C Libraries
Learn about some external libraries that can greatly enhance C’s power.
We'll cover the following...
Because C is such a ‘small’ language, you must typically rely on libraries and APIs for complex tasks (unless you code them up yourself).
Here is a short list of some common ...