Setup VS Code For C/C++ Development on Windows

preview_player
Показать описание
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 ?

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 👇
(This is better than C compile and run)
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

Path of MinGW :- C:\MinGW\bin

#VSCode
=====

🙏Thanks For Watching 🙏

😵Don't forget to Like 👍, Share ✌🏻& Subscribe👆🏽

Please Support Me 😍

👇🏻👇🏻👇🏻 Social Medias 👇🏻👇🏻👇🏻
Рекомендации по теме
Комментарии
Автор

Hey guys if you are facing any problems make sure to setup path variables correctly and reinstall GCC or G++.
Please make sure to leave a like and comment below .
You can ask more questions on my discord server

CreativeJE
Автор

I had tried and failed, tried and failed all over again till I finally found this video thanks really ^^

hoangnhuthanh
Автор

after much struggle watching many videoes that failed me to set up, This worked. Thank you so much : )

shaikaisha
Автор

The first and only video that explained it clearly! And with humor! Thanks man! You are amazing!

moacirfonseca
Автор

Damn dude, I have been several hours trying to figure out how to set up my machine for C++, I just can say, Thanks man.

pabloetcheberry
Автор

bro thanks so much... all the other videos were trash. finally got it all set up and ready to code.

mahinstitute
Автор

Thanks bro. I tried to figure this out for days and you helped me in one video.

SamadSheep
Автор

Thank you so much for the video... but is this only for c or c++ also ....as you were saving your file with ‘.c’ and not ‘.cpp’ ...so I just wanted to know if it works for c++ as well??

vendetta
Автор

Clearly explained and with a touch of humor on the side.
I will definitely recommend this video to my class mates.

cortarelva
Автор

Where is the ☑️ the run in terminal option? Code Configuration -> Run In Terminal? For example, how to specify command-line arguments to pass when debugging? Or how to set the <include> path to point to C:\mingw\include?
I installed VC and the Code Runner extension, as well as 'mingw-get install gcc' and 'mingw-get install g++', but how do you compile/debug it? Windows' system path includes C:\MinGW\bin. I created a hello_world.c, but when I select View->Command Palette...->C/C++ Build and Debug Active File, it says "This command is not yet available for single-file mode." Should I try the danielpinto8zz6 extension (C/C++ Compile Run, F6)?
If not, there's a video ProgrammerKnowledge video called "Set Up C++ Development With Visual Studio Code on Windows 10 (VS Code)" but it's a few years old, not sure if it still applies?

bennguyen
Автор

Great video. Short and to the point with some humor. Thank you!

adelgado
Автор

Bhai btaaa nhi sktaaa kitnaaa khush hu yrrr tumhri is ek video se puraa Google pura youtube dhoond mara kahi se nhi chala mera Mingw but tmnee chalwaa diyaa yr😭😭 thnak you soooo much yrrr tummkooo bht sara bhi meri ye comments padh rah hai bhai subscribe krdo yr like bhi 😭😘

The-Developer-BI
Автор

Thanks a lot, fella Indian broh. Have my tumbs up

joaogabrielv.m
Автор

Bra! I'm 50 seconds into this video... haha you are a natural!

AndreVisagie
Автор

Thank you so much. The video was very useful

pujakumari
Автор

this video is perfect it helped a lot thanks

akashv
Автор

Great video! Convey points in a straightforward manner and definitely saved alot of time

ttzky_
Автор

Your accent is like that of Chatur from 3 idiots. Anyway I like it. And thank you so much quick help.

_salonimishra
Автор

The one and only accent that compels to like or RUN 😁

islamic.
Автор

Thanks for such explanation!
How to install graphics.h and other essential header files for Visual Studio Code?

anirudhverma