Outlining course information, expectations, and responsibilities for this semester PDF
Welcome to Basic Robotics & Coding, an introduction to the fundamentals of computer programming. Students design, write, and debug computer programs. No prior knowledge of programming is assumed.
Setting up Visual Studio Code, your coding environment, and becoming familiar with the tools for debugging and executing your first C++ program.
In order to begin programming, we need a programming (or development) environment. Text editors, such as Microsoft Word, allows us to write/edit text. The text editor that we will be using in class to write/edit code is Visual Studio Code, or “VS Code” for short.