Very simple and easy to follow instructions to get your first C++ program running in VS Code. Searched so many videos, this is all I needed to begin with. Thank you.
Thank you very much! I've spent so much time to understand how to configurate the debugger on windows. Your video helped me a lot. Quickly, easily and effectively. Put like
THANK YOU SO MUCH! THIS IS ABSOLUTELY INCREDIBLE!!! I have searched far and wide for a solution to this, but your video was the only one that worked for me! THANK YOU THANK YOU THANK YOU!!!!!!!!
oh my god thank you so so much!! i was practically on the verge of giving up trying to set up C++ in VS code. My first language was python so i wasnt familiar with all the 'main' file formalities (idk what to call it) and 'json' files that need to be created. thanks for helping this big noob (me) through!
Thanks very much. Your video is more helpful than another video which claimed to show how to do C++. I managed to do it all, eventually, which astonishes me!
This guy deserves more subs dude. Also, in launch.json Under section "program" You can use "${fileDirname}\\${fileBaseNoExtension}.exe" To execute file with any name. People try using different names for programs other than main.cpp/main.exe. the code is for those who want to have custom named files 😅
Thank you so much! I wasn't showed a thing with a version of g++ (even know i did everythink correct due to other video), but after watching how u do that i finnaly sucseeded!
You are the best! I recently started to learn c++, and after a couple of similar videos was about to give up on VS Code, and started to use goormIDE. You definitely made my day. Thank you!
Really appreciate your video as my starting point. However, I would recommend using WSL as terminal to avoid the whole burden of adding new path for each new command.
Can I do this with Cygwin without Mingw64? I have MSYS2 but gdb.exe with Mingw64 it complains about not finding libpython-3.7m.dll when I have libpython-3.8m.dll, and the pacman package manager won't downgrade it for me.
As simple as you made it… this is one of the hardest things to find! Great video!!!
Deserves more subs, I have no idea how many times I've messed up a simple install, this video made it so clear!
Very simple and easy to follow instructions to get your first C++ program running in VS Code. Searched so many videos, this is all I needed to begin with. Thank you.
I can't thank you enough! Explained perfectly, everything works... Keep going man!
Thank you very much! I've spent so much time to understand how to configurate the debugger on windows. Your video helped me a lot. Quickly, easily and effectively. Put like
THANK YOU SO MUCH! THIS IS ABSOLUTELY INCREDIBLE!!! I have searched far and wide for a solution to this, but your video was the only one that worked for me! THANK YOU THANK YOU THANK YOU!!!!!!!!
Finally a tutorial that seems like it was made on Earth
oh my god thank you so so much!! i was practically on the verge of giving up trying to set up C++ in VS code. My first language was python so i wasnt familiar with all the 'main' file formalities (idk what to call it) and 'json' files that need to be created. thanks for helping this big noob (me) through!
Best video I've seen explaining how to do this!
Thanks very much. Your video is more helpful than another video which claimed to show how to do C++. I managed to do it all, eventually, which astonishes me!
That so well organized and so clearly explained!! Thanks a lot!! I cannot believe that your channel is relatively new, this video is pro.
the hero we need , but don't deseve.🥺
thank you so much ! this video really helped me to install vs code perfectly with no errors.
This guy deserves more subs dude.
Also, in launch.json
Under section "program"
You can use "${fileDirname}\\${fileBaseNoExtension}.exe"
To execute file with any name. People try using different names for programs other than main.cpp/main.exe. the code is for those who want to have custom named files 😅
Thank you so much! These instructions actually worked as opposed to the official documentation I found.
you are amazing thank you a lot no one else showed anything like this.
I was struggling a lot but now most of my doubts are cleared.
thanks for the tutorial.
This video is stop me from quitting coding!
Life saver video!
Thank you so much 💝
Thanks a lot! almost spent 6 hours trying to linkage my project... glad i found your video🙌🙌
This video really helps me a lot.Keep making such useful videos on vs code for other programs as well.Thanks.
You have the same tone as Macintalk but with an accent twist. Beautiful.
very smooth explanation, no errors thank you so much
Very valuable explanation! Simple and precise!
Thank you so much! I wasn't showed a thing with a version of g++ (even know i did everythink correct due to other video), but after watching how u do that i finnaly sucseeded!
"label": "Build",
"type": "shell",
"command": "g++",
"args": [
"-o",
"main",
"-g",
"main.cpp"
],
"group":{
"kind": "build",
"isDefault": true
Thx
@@samitechcookie9758 My pleasure
Thank you so so much!!! Perfectly explained!! I really struggled before finding your video! Even with videos from VS!! Thanks a lot :)
You are the best! I recently started to learn c++, and after a couple of similar videos was about to give up on VS Code, and started to use goormIDE. You definitely made my day. Thank you!
Really appreciate your video as my starting point. However, I would recommend using WSL as terminal to avoid the whole burden of adding new path for each new command.
Thanks, wouldn't of fixed it without this video!
7:05 for anyone who got at error when running, i simply saved all configure files and restarted my pc and it worked
One of the best tutorial so far
#2:18 i cannot find g++ exe in the bin folder. Please help.
Thank you so far the best helping Video
Thank you very much for your fanatical tutorial video! It helped my homework be wonderfully completed!
your training was very helpful for me
This solved all my problems. Thank you!
you coded main into the launch json file. do i need to change always the launch.json "program" line if i want to debug another file?
What did you do after 7:00 (run it ?? ) How
Thank you bro, from Brazil
May i ask which mingw should i install?
Worked great, thanks! I can now debug my program without any issues.
Glad I could help.
did you follow the same?
thanks bro. great explanaission. helped a ton
THE BEST EXPLANATION - GREAT JOB !!! THANK YOU!!!
THANK YOU! I WILL PRAY FOR U! REALLY HELPED ME
Thanks for this video.
It help me. I was too confused. Thank You
You are amazing! Thank you so much for this tutorial!
hi how to stop the auto generation of .exe file and clean the unwanted text in the output window. Thanks
Man finally!! Thanks a lot!
You deserve many many more subscribers..I subbed btw 🙌
Thanks for the kind words.
How to use newest c++ standard mine don't see spaceship operator c++20. I used -std=c++20 flag but it does nothing
what if we want both g++ and gcc to be included ???
a pure genius. Thanks alot.
Hello! Can you please help me ?
i'm getting this error
launch:program '${fileDirName}\HelloWorld.exe' does not exist
how should i solve it ?
Cannot read property 'includes' of undefined - what does it mean?
Hey, so could make a tutorial on cmake with vs code??
Would we require to do this for every new project directory we make?
I get problem when my program takes input from The user . I just don't know how to use vscode to that kind of programs
Is this the same process for C?
Worked for me thank you very much!!
hihi is it possible if i can render this off a external terminal? and not on the integrated terminal tyty
it is showing egcs-2.91.57 when i do g++ --version
If you have specified the directory of MinGW\bin in path you dont have to type the entire path of the tools in vsc.
Thanks for ur explanation :)
Can anyone tell me why I dont see debug menu in vs code? I just installed it.
I'm your 200th like, congratulations!
awsome setup! can u make a tutorial on how to use this setup with WINAPI to make windows Application??
hey im getting g++ fatal error
Thank a lot! Keep going.
Can I do this with Cygwin without Mingw64? I have MSYS2 but gdb.exe with Mingw64 it complains about not finding libpython-3.7m.dll when I have libpython-3.8m.dll, and the pacman package manager won't downgrade it for me.
If you are on Linux you don't need MinGW. Linux can directly install g++, just do "sudo pacman -S g++".
Callum Windows 10 here for the main laptop. RPI 3B+ for the Linux.
thank you very much man!!
lovely
nice explanation. thnx
THANK YOU A LOT GOD BLESS YOU :)
super super awesome
finally, thank you!
Cant find g++.exe even when using the find
Thank you
i tried but i failded to add can anyone help me
sure , go ahead , tell me
Thank you dude
TKS!
Thanks!
Oh Oh attendez 30 secondes les gens il y a trop de commentaires il faut que je Lise tout ça
Oh Oh wait 30 seconds people there are too many comments I have to read all of this
thanx
Lol so I run the exe file and boom, my antivirus freaks out lol
choco install mingw -y
Ur 101 subscriber!!
Thanks a lot! This helped me doing my projects)
very helpful! thanks
Thank you!
THANKS SO MUCH!!
Thank you..