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 Olivia Chiu Stone.

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

Syllabus
  • Introduction

    • Tackling problems with C++
    • Getting the most from Code Clinic
    1. Problem 1: Weather Statistics
    • Intro: Weather statistics
    • Solution overview: Weather statistics
    • Import data
    • Convert time formats
    • Compute the coefficient
    2. Problem 2: Where Am I?
    • Intro: Where am I?
    • Solution overview: Where am I?
    • The Google Geolocation API
    • Find nearby Wi-Fi access points
    • Format JSON request
    • HTTP request using libcurl
    3. Problem 3: Eight Queens
    • Intro: Eight queens
    • Solution overview: Eight queens
    • Find all solutions
    • Draw the board
    4. Problem 4: Musical Instrument
    • Intro: Musical instrument
    • Solution overview: Musical instrument
    • Capture mouse inputs with Windows API
    • Generate sounds with libao
    5. Problem 5: Facial Recognition
    • Intro: Facial recognition
    • Solution overview: Facial recognition
    • Load images with OpenCV
    • Detect faces using Haar Cascades
    • Generate JSON output file
    6. Problem 6: Real-Time Information Dashboard
    • Intro: Information dashboard
    • Solution overview: Information dashboard
    • Web development with C++
    • Import CSV data
    • Build a webpage