Setup VS Code For C/C++ Development on Windows
CreativeJE
Install Visual Studio code & GCC for C/C++ development easily through mingw on windows. Say goodbye to Turbo C++ and start using the modern editor with intelligence for writing your code.
Having problems while changing path variables ? Watch this - https://youtu.be/rUbcoCfII10
If you are running Turbo C/C++ then you need to uninstall it because we have a better solution. You can install this on windows 10, windows 8 or windows 7.
In this video we will install MinGW to get #C, #CPP, Java and many more compiler run our C codes and also we will setup visual studio code which is best editor for programming and coding
Things covered in this video ๐ฎ How to install MinGW :- 00:50 Add path variable on windows :- 02:11 Install GCC and G++ compiler :- 02: 50 Testing the compiler with Hello C program :- 03:50 Installing and setting up VS Code for C and C++ :- 05:45
Download Links ๐ MinGW - https://osdn.net/projects/mingw/download VS Code - https://code.visualstudio.com/ Code Runner - https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner (This is better than C compile and run) Search for in VS Code sertting - code-runner.runInTerminal and make sure you have checked โ๏ธ the run in terminal option You will be able to receive input from user
Commands โจ๏ธ Install GCC :- mingw-get install gcc Install G++ :- mingw-get install g++ GCC Commands - Compile with output :- gcc yourFile.c -o outputFile Compile & Execute :- gcc yourFile.c && a.exe
Path of MinGW :- C:\MinGW\bin
#VSCode =====
๐Thanks For Watching ๐
๐ตDon't forget to Like ๐, Share โ๐ป& Subscribe๐๐ฝ
Please Support Me ๐
Patreon - https://patreon.com/CreativeJE Paypal - https://paypal.me/creativeshi
๐๐ป๐๐ป๐๐ป Social Medias ๐๐ป๐๐ป๐๐ป Discord - https://dis.creativeshi.com Facebook - https://facebook.com/CreativeJE Instagram - https://instagram.com/jokershivam/ Twitter - https://twitter.com/Creative_JE ... https://www.youtube.com/watch?v=xj-A3REo2SY
68514708 Bytes