From the course: C Standard Library

What you should know - C Tutorial

From the course: C Standard Library

Start my 1-month free trial

What you should know

- [Instructor] Here's what you should know before taking this course. This course is intended for newcomers to the C programming language because the standard library is included with all its major distributions. So this course should be appropriate for intermediate or beginning programmers who have already learned the basic concepts of C, like functions, data types, pointers, structures, loops, and so on. As for the development platform, please feel free to use the one you're most comfortable with. This course requires the very minimum in any standard distribution of C. Just make sure your compiler supports the C11 standard. For the examples in the course, I'll use the Orwell distribution of Dev-C++ for Windows which is very easy to install, so you can get to the code right away.

Contents