×

Gading's video: Tutorial Instalasi dan Penggunaan C pada Visual Studio Code

@Tutorial Instalasi dan Penggunaan C++ pada Visual Studio Code
Timestamps: 00:00 Intro 00:58 Opsi 1: TDM-GCC 10.3 (2021) 02:41 Opsi 2: MinGW GCC 12.2 (2022) 04:08 Keterangan Jenis MinGW 06:03 Instalasi MinGW 06:36 Kondisi MinGW *belum* termasuk dalam PATH 06:53 Menambahkan MinGW pada PATH 07:57 Kondisi MinGW *telah* termasuk dalam PATH 08:25 CPP pada VSCode tanpa Ekstensi 10:24 Instalasi Code Runner pada VSCode 10:50 Centang "Run in Terminal" pada Code Runner 11:12 Pilih Run Code (Ctrl + Alt + N) bukan Run C++ 11:27 Perbedaan Run Code (in Output) VS Run in Terminal - 1 12:55 Perbedaan Run Code (in Output) VS Run in Terminal - 2 ===== C++ Compilers: 1. TDM-GCC 10.3.0 (2021) https://jmeubank.github.io/tdm-gcc/articles/2021-05/10.3.0-release 2. MinGW GCC 12.2.0 Runtime v10 (2022): https://github.com/niXman/mingw-builds-binaries/releases Steps: 1. Download sesuai keinginan versi. 2. Extract folder mingw atau mingw64 dalam 7z ke suatu bagian drive tanpa permission, contoh C: 3. Tambahkan pada Path di User Variables & System Variables di Environment Variable dengan cara di bawah Add MinGW to PATH: 1. Windows Start Button 2. Type "env" or "Edit environment variables for your account" 3. Double-click field PATH 4. Add Folder Address mingw64 with bin (C:\mingw(64)\bin) 5. Paste 6. OK twice Extension Visual Studio Code: Code Runner & Centang Run in Terminal pada kategori Run Code Configuration di Settings (Ctrl + ,) Keterangan Jenis MinGW: i686: 32-bit x86_64: 64-bit posix: C++11 multithread win32: no multithread sjlj: robust, but minus performance seh: great performance, but not robust

7

1
Gading
Subscribers
475
Total Post
10
Total Views
20.8K
Avg. Views
1K
View Profile
This video was published on 2022-09-25 21:32:32 GMT by @Gading on Youtube. Gading has total 475 subscribers on Youtube and has a total of 10 video.This video has received 7 Likes which are lower than the average likes that Gading gets . @Gading receives an average views of 1K per video on Youtube.This video has received 1 comments which are lower than the average comments that Gading gets . Overall the views for this video was lower than the average for the profile.

Other post by @Gading