C IDEs

Visual Studio Code
Visual Studio CodeMicrosoft
Read More
Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. Users can change the theme, keyboard shortcuts, preferences, and install extensions that add additional functionality.

Recommended video series

C Programming Tutorial for Beginners
C Programming Tutorial for Beginners
freeCodeCamp.org
Read More
This course by Mike Dane will give you a full introduction into all of the core concepts in the C programming language. Follow along with the tutorial video and you'll be a C programmer in no time! Duration: 3 hours, 46 minutes.
Beginner C Videos
Beginner C Videos
Jacob Sorber
Read More
Introduction to C. Duration: 24 episodes.
Debugging C Programs
Debugging C Programs
Jacob Sorber
Read More
Introduction to Debugging C. Duration: 23 episodes.

Recommended books

The first edition of C Programming: A Modern Approach was popular with students and faculty alike because of its clarity and comprehensiveness as well as its trademark Q&A sections.

Professor King’s spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 colleges, the first edition was one of the leading C textbooks of the last ten years. The second edition maintains all the book’s popular features and brings it up to date with coverage of the C99 standard. The new edition also adds a significant number of exercises and longer programming projects, and includes extensive revisions and updates.

link: http://knking.com/books/c2/index.html

C How to Program, 8/e introduces procedural programming in C and object-oriented and generic programming in C++. It’s appropriate for introductory- and intermediate-level C and C++ programming courses.

link: https://deitel.com/c-how-to-program-8-e/

If you think “Modern” and “C” don’t belong in the same sentence, think again. The C standards committee actively reviews and extends the language, with updated published C standards as recently as 2018. In Modern C, author Jens Gustedt teaches you the skills and features you need to write relevant programs in this tried-and-true language, including Linux and Windows, device drivers, web servers and browsers, smartphones, and much more! 

link: https://www.manning.com/books/modern-c

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top