Become a C Plus Plus Developer:5. Code Clinic: C++
Posted by Superadmin on November 07 2019 04:57:57

Code Clinic: C++

 

 

Many successful programmers know more than just a computer language. They also know how to think about solving problems. They use "computational thinking": breaking a problem down into segments that lend themselves to technical solutions. Code Clinic is a series of six courses where lynda.com authors solve the same problems using different programming languages. Here, Bill Weinman works with C++.

Bill introduces challenges and provides an overview of his solutions in C++. Challenges include topics such as statistical analysis, searching directories for images, and accessing peripheral devices.

Visit other courses in the series to see how to solve the exact same challenges in languages like C#, Java, PHP, Python, and Ruby.

Instructor

Skills covered in this course

 

Course Contents

 

Introduction

Welcome 1m 8s

About C++ 2m 39s

Using the exercise files 49s

The C++ classes used in this course 5m 16s

Getting the most from Code Clinic 52s

 

 

Problem One : Exploring Lake Pend Oreille

Exploring Lake Pend Oreille 4m 9s

Solution overview 2m 51s

My solution: Fetching the data 9m 23s

My solution: Storing the data 6m 33s

My solution: Building a report 4m 37s

 

 

Problem Two : Image analysis

Image analysis 2m 48s

Solution overview 2m 3s

My solution: Using libjpeg 4m 7s

My solution: Fuzzy matching 6m 46s

 

Problem Three : Eight Queens

Introduction 1m 51s

Overview of the solution 1m 26s

Command line interface 9m 17s

Implementation 2m 10s

Presentation and display 3m 1s

 

Problem Four : Accessing Peripherals

Introduction 1m 21s

Overview of the solution 3m 50s

Interface design 2m 37s

Creating the waveform 3m 21s

Capturing the touch position 1m 52s

 

Problem Five : Recursion and Directories

Introduction 2m 3s

Overview of the solution 6m

Searching for files 2m 56s

Finding the caption 2m 19s

Displaying results 2m 20s

 

Problem Six : Building the Web

Introduction 1m 34s

Overview of the solution6m 6s

Parsing the CSV file 6m 15s

Generating XML 3m 45s

Processing the HTML file 6m 14s

Start learning today.


 

 

 

 


00. Introduction



 
 
 
 
01. Welcome
02. About C++
03. Using the exercise files
04. The C++ classes used in this course
 
05. Getting the most from Code Clinic



01. Problem One : Exploring Lake Pend Oreille



 
 
 
 
06. Exploring Lake Pend Oreille
07. Solution overview
08. My solution - Fetching the data
09. My solution - Storing the data
 
10. My solution - Building a report



02. Problem Two : Image analysis



 
 
 
 
11. Image analysis
12. Solution overview
13. My solution - Using libjpeg
14. My solution - Fuzzy matching



03. Problem Three : Eight Queens



 
 
 
 
15. Introduction
16. Overview of the solution
17. Command line interface
18. Implementation
 
19. Presentation and display



04. Problem Four : Accessing Peripherals



 
 
 
 
20. Introduction
21. Overview of the solution
22. Interface design
23. Creating the waveform
 
24. Capturing the touch position



05. Problem Five : Recursion and Directories



 
 
 
 
25. Introduction
26. Overview of the solution
27. Searching for files
28. Finding the caption
 
29. Displaying results



06. Problem Six : Building the Web



 
 
 
 
30. Introduction
31. Overview of the solution
32. Parsing the CSV file
33. Generating XML
 
34. Processing the HTML file