From the course: Mastering C++: Exception Handling
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Using GitHub Codespaces with this course - C++ Tutorial
From the course: Mastering C++: Exception Handling
Using GitHub Codespaces with this course
- [Instructor] Before we start our first coding project, let me introduce you to GitHub Codespaces. It's a cloud-based code editor that provides the same functionalities as Visual Studio Code. To practice along with the course, you can easily create a codespace from the course overview page. However, before proceeding, you must either log into GitHub or sign up for a free account. Next, navigate to the GitHub repository for this course. Click on the Code button, then choose the Codespaces tab. Finally, select Create a codespace on main. When you open a codespace for the first time, it may take some time to create the virtual machine. After it's completed, you'll be able to access the code editor environment. This editor is a modified version of Visual Studio Code that operates on GitHub servers. If you are familiar with Visual Studio Code, you will find it easy to use. The Explorer panel located on the left side of the screen displays the source code for the course. In case the panel…