How to Run C and C++ Programs on VS code?

preview_player
Показать описание
In this video, I have shown how you can install gcc and g++ compilers to run C and C++ program from Visual Studio Code.

Note: Install Code Runner extension on your visual studio code to get the option for running your code. And also install c/c++ extension if it still shows any error.

💖 Show support by becoming a Patron!

Courses:

Social Media Links:

Email me for any business purposes.

#vscode #programming #programmer #c #c++
Рекомендации по теме
Комментарии
Автор

Hi man, really good video but I have a doubt, i run succesfully my code at VS but output section is for read only, how can I do when I need to input some data. I mean through terminal

luisvillanueva
Автор

Rule 64 of the internet: “If there’s a problem you have, there’s an amazing tutorial on YouTube by an Indian 17 year old”

Leonardo-G
Автор

I spent all day yesterday trying to make Visual Studio Code to compile C. Don't understand why everyone else had to make it so complicated and confusing. This worked.

fromfilmtocode
Автор

Mate, I spent 5H trying to get VScode to work for a uni assignment. You are a life saver

danieltaylor
Автор

Thank you very much. I'm a freshman totally new to VSCode, and have been through dozen of installation videos, but only yours works just fine.

tuanphamcong
Автор

LETS GOOO!!! after a million different tutorials i finally got it to work all thanks to you!!! God bless you man <3

berry-xsln
Автор

After an hour of banging my head on my desk trying to figure this out, I found your video and it instantly worked. Amazing tutorial.

haydmen
Автор

I always worry that these tutorials aren't gonna fix the issue but this one was 100% great and it worked! Thank you :)

dethswurl
Автор

Hey bro, just wanted to say thanks a ton for the video on installing gcc in VS Code! It was super helpful and saved me a lot of time. Really appreciate you sharing that with us

TelanganaPori
Автор

OMG DUDE I REALLY THANK YOU SO MUCH! I WAS ABOUT TO LOOSE MY MIND....

emc
Автор

Man it works!! We dont usually get videos on youtube that solve your problem in one shot!

pranavasogi
Автор

This is an awesome video. The approach to first present the problem in both c and c++ is really nice. But what's nicer is that you solve both of them in the same tutorial. Keep it up.

ashutoshkashyap
Автор

I literally do the exact same things you have done but when i run it they show me errors and saying that something wrong with #include<stdio.h>.. I don't know if i have to install the library or something like thaat.. help please 🙏🏻

kaoutarru
Автор

Was looking up videos about the software and people explained in the comments this was a problem to noobs haha. So I thought I get this before the Visual Studio even finishes to install. Big thanks.

belikebrett
Автор

I love how it is so clearly explained. Amazing work thank you so much!!!

diogomoreira
Автор

have a easy solution....to run and debug....



step 1: installing MinGW 3:35



step 2: you must install "code runner"(.run) and "c/c++ by microsoft" extension in the visual studio code.



step 3: file>settings and in the text field search for these two " Run In Terminal " & " Save file before run (optional but recommended)" and check them both



step 4: you r good to code...you can even set breakpoints (that red dot) and debug the program and even view the change in variables using "watch"



Enjoy

sivabalanj
Автор

Fatal error : iostream :no such file or directory
So who can I solve this problem
And thank u for this video

samanahmed
Автор

You don't know how much this video helped me. Thank you much!!! Like someone else said, I almost gave up on visual studio code but this video helped me out a bunch.

realmajorx
Автор

Whenever I m running my this program... It is showing
Launch:program 'enter program name... Launch jason
And d program is not running

vinaydawson
Автор

Thanx a lot buddy
I saw so many vidoes but urs only targetted the main problem which is faced many of us i guess
Good work keep it up
Subscribed✌🏻

Spitting_facts