From the course: Code Clinic: C++

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Getting the most from Code Clinic

Getting the most from Code Clinic - C++ Tutorial

From the course: Code Clinic: C++

Start my 1-month free trial

Getting the most from Code Clinic

- [Instructor] If you really want to get the most out of Code Clinic, try to create your own solution to the problem before you watch how I've done it. If you've spent time working on a solution, you'll have a better idea of some of the challenges with the task and have a better understanding of why I've made certain decisions. I've included resource files for each of the challenges along with the source code for my solutions in the exercise files. Now, rather than walking through each solution line by line, which would take forever, I'm going to focus on the most interesting parts and key decisions I made along the way. Code Clinic is not a beginner course. And I'm assuming you've got some experience with C++ before coming to this course. I'm also assuming you've got the necessary tools installed to be able to edit and run the code. If not, I'd recommend you take a look at C++ Essential Training first. Feel free to…

Contents