From the course: Debugging in C++ with Visual Studio Code
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Solving challenges in CoderPad - Visual Studio Code Tutorial
From the course: Debugging in C++ with Visual Studio Code
Solving challenges in CoderPad
- [Narrator] The challenges in this course are hosted by CoderPad, and they appear in the same area of the course where you watch the videos. We recommend using a desktop browser for the best experience, but you can use the LinkedIn Learning mobile app if you prefer. The code challenge has four main areas. Instructions in the top left pane, a consult output area in the bottom left, a code editor for your answer in the top right, and another code editor for the test code where you can see how your function is used. You can use these drag handles to resize the panes as you prefer. The most important step in solving a problem is to understand the problem, so make sure you read and understand the instructions in every challenge. Take your time to do this. Don't feel rushed. For all challenges, please keep in mind that the objective is not to provide a working version of the program, but to use the debugging tools and techniques covered in each chapter, which are mentioned in the…