How to Install C++ Compiler and Use it in VS Code in Windows

preview_player
Показать описание
#python #vscode #programming #linux #ubuntu #aleksandarhaber #ros #ros2 #robotics #Cpp #engineering #windows
If you need help with your professional engineering problem, or you need to develop new skills in the fields of control, signal processing, embedded systems, programming, optimization, machine learning, robotics, etc., we are here to help. We provide engineering services, as well as tutoring and skill development services. We have significant industry, research, and university-level teaching experience. Describe your problem and we will send you a quote for our services.
It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way:
- You Can also press the Thanks YouTube Dollar button

In this tutorial, we explain how to install a version of GNU Compiler Collection (GCC) in Windows. GCC contains a powerful and easy-to-use C++ compiler. GCC is free and open source. We also explain how to set it up in VS Code (Visual Studio Code) and how to compile C++ programs in VS Code. Besides installing a version of the GCC compiler, it is also possible to install and use some other compilers in VS Code, such as for example Microsoft Visual C++ compiler or similar Microsoft Compilers. You should actually try to compile your code using several different (at least two) compilers.
In particular, in this tutorial, we explain how to install a version (port) of GCC for Windows called MinGW. MinGW stands for Minimalist GNU for Windows. It includes a port of GNU Compiler Collection (GCC). Consequently, it is a free and open-source C++ build system.
Рекомендации по теме
Комментарии
Автор

If you need help with your professional engineering problem, or you need to develop new skills in the fields of control, signal processing, embedded systems, programming, optimization, machine learning, robotics, etc., we are here to help. We provide engineering services, as well as tutoring and skill development services. We have significant industry, research, and university-level teaching experience. Describe your problem and we will send you a quote for our services.
It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way:
- You Can also press the Thanks YouTube Dollar button

aleksandarhaber