Consultancy, Training, Content Development

Advanced C Programming

Duration: 5 days

This course is designed for programmers who need to start writing professional code in C. It is useful to those who have some experience of programming in C already, as well as a conversion course for developers who have considerable experience in programming in other high-level languages.

ANSI Standard C is a general-purpose programming language that is widely used in areas as diverse as operating systems and games. This course will teach you how to write professional ANSI Standard C code, and how to use the functionality provided by the ANSI Standard C library. The course explores concepts and syntax through lectures, discussion and hands-on lab exercises.

Note that the course covers ANSI Standard C and the C Standard Library. It does not cover platform specific topics, and in particular, does not cover the Unix libraries.

The class involves a lot of practical work, so delegates should come along prepared to get coding. The course can be run using either GCC on Linux (or OS X), or Microsoft Visual Studio on Windows.

Course Content


Language Overview Pointers and Arrays Custom Types I/O The Standard Library Program Organization Error Handling and Status Reporting Function Pointers Implementing Data Structures