From the course: Exploring C Libraries

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Working with the code

Working with the code - C Tutorial

From the course: Exploring C Libraries

Working with the code

- Movies in this course explain how to obtain and install libraries. Which are used with the exercise files to create various demonstration programs. For the best result in consistency, I recommend you run the examples in a terminal window. Such as the one shown here. You can use a Text Mode Editor at the terminal, or you can use a Windowed Text Editor. My choice is Vim. Available from vim.org. To edit the code, visit the folder containing the exercise file you want to you open, and then right click that file and choose open with or edit with and then the name of the editor such as edit with Vim. Of course, you are free to choose any editor you prefer working with. To compile the code, you save, and then you can use the terminal window where this command is typed. Clang, the name of a compiler. And then I like to turn on all the warning switches The name of the library to link in and the name of the source code file.…

Contents