课程: Complete Guide to C++ Programming Foundations
免费学习该课程!
今天就开通帐号,24,100 门业界名师课程任您挑!
Using the exercise files in GitHub Codespaces - C++教程
课程: Complete Guide to C++ Programming Foundations
Using the exercise files in GitHub Codespaces
- [Instructor] Let me show you how to find the exercise files in the GitHub repository. This is a single branch repository, and you can find the code related to each video under the src folder. Inside you will find one folder per chapter. Let me click on chapter five. The source folders are named with the chapter number followed by the video number. Now for most videos, two folders are provided, and their names end with a lowercase letter b for begin or e for end. The beginning folders contain the code as it is shown at the beginning of the videos. These are the folders you want to work with if you intend to follow along. Now the end folders contain the code as it is left at the end of the video for your reference. So to work with this code, you have a few options. If you want to download the code and use it in your favorite IDE, you may do so by clicking on the green Code button. Under the Local tab, you can clone the repository or download the code in a zip file. However, I want to…