C++ 02a: Setting up Windows Development tools for C++

C++ 02a: Setting up Windows Development tools for C++

Bill Sky - The Computer Guy!

54 года назад

294 Просмотров

(Chapter links below)
I'm going to show you how to setup a C/C++ compiler, the Eclipse IDE as well as Visual Studio Code. AWESOME Video!

Video 1 (Previous): Who Am I?: https://youtu.be/o8vSNaWoWfU
Video 3 (Next): What makes up a C++ Program?: https://youtu.be/Y756vPzMlCY

00:00 The Beginning
00:59 Downloading/Installing the Compiler
11:24 Downloading/Installing Eclipse IDE
21:48 Downloading/Installing Visual Studio Code

Installing the msys2 compiler platform:
Download from: https://www.msys2.org
Commands to get started
- pacman -Syu
Restart msys2 after it closes
- pacman -Su
- pacman -S --needed base-devel
- pacman -S mingw-w64-x86_64-toolchain
- pacman -S development
- exit

If you want to install the 32bit libraries, start msys2 mingw32
- pacman -S gcc
- pacman -S nasm
- exit
Ссылки и html тэги не поддерживаются


Комментарии: