Code Clinic: C

Go to class
Write Review

Free Online Course: Code Clinic: C provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Code Clinic: C is taught by Dan Gookin.

Overview
  • Practice coding with C. Explore common C programming challenges, and then compare the results with other programming languages in the Code Clinic series.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • To get the most out of Code Clinic
    1. Summarize the Weather
    • Introduction
    • Solution overview
    • Approaching the problem
    • Putting the pieces together
    2. Geolocation with C
    • Introduction
    • Solution overview
    • Getting geolocation data in C
    • Building the code
    • Observations and improvements
    3. Eight Queens with C
    • Introduction
    • Solution overview
    • Failing for the first time
    • Trying again and eventual success
    • Creating a 2D array solution
    4. Build a Musical Instrument with C
    • Introduction
    • Solution overview
    • Playing with sound in C
    • Building an interface in ncurses
    5. Face Recognition with C
    • Introduction
    • Solution overview
    • Finding a way to find faces
    • Solving the problem in four steps
    6. Web Dashboards with C
    • Introduction
    • Solution overview
    • Puzzling over the problem
    • Coding a text-mode dashboard
    Conclusion
    • Next steps