How to Run C++ in Visual Studio Code on Windows 10 2022 Best IDE

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии •

  • @kiranrajput4167
    @kiranrajput4167 3 года назад +37

    Best tutorial out there. Solved all my problems
    Couldn't run: Solved
    Couldn't write input: Solved
    Thank you so much

  • @nicko_og
    @nicko_og 3 года назад +92

    I don't usually comment but you are honestly such a life saver. I went through so many tutorials that were either too long or were narrated by other languages. Also when I followed some of them, it took forever and still didn't work but your guide worked so quick and it was very easy to follow.

    • @cwtv147
      @cwtv147 3 года назад

      Same Thank you so much!!

  • @universeperson5234
    @universeperson5234 3 года назад +61

    The fastest and simpliest tutorial,spent over an hour writing in stackoverflow and getting abstract answers,with your help I did it in 2 minutes.Kudos.

    • @maycontainnuts3127
      @maycontainnuts3127 3 года назад +2

      stackoverflow can be the worst place to go if youre new to coding

    • @atlantic_love
      @atlantic_love 2 года назад +4

      @@maycontainnuts3127 Yeap, every cry for help results in a pissing match between developers.

    • @bblank_1278
      @bblank_1278 2 года назад +2

      @@atlantic_love XD accurate

  • @ecoBag-777
    @ecoBag-777 3 года назад +42

    BEST TUTORIAL, STRAIGHT TO THE POINT video. WHAT A HERO

    • @TechDecode
      @TechDecode  3 года назад +2

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @Rubi_in_paradise
    @Rubi_in_paradise 3 года назад +59

    This was extremely helpful!!!! Thank you so much!!!! I had no idea why the compiler wasn't cooperating. Very simple and thorough!!!

    • @TechDecode
      @TechDecode  3 года назад

      😇 You're welcome! 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @aditya.shilkar
    @aditya.shilkar 4 года назад +21

    One of the Clear and clean video tutorial for visual studio

    • @TechDecode
      @TechDecode  4 года назад

      Glad to hear that 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @Quddus-i9h
    @Quddus-i9h 4 года назад +26

    I can't thank you enough ,finally I can run C++ on vs code .

  • @tbontke
    @tbontke 2 года назад +2

    For anyone who is following the VSCode tutorial and wanted to install gdb as well do the following in addition to the steps that are described.
    1) With mingw64 open check if gdb is installed using: gdb --version
    2) If it is not installed use the following to install gdb: pacman -S gdb
    3) To get the path to the gdb bin type the following in the mingw64 program: which gbd
    4) Follow the instructions in this video to navigate to the Environment Variables window 2:19
    5) Add a new Path and use the same path as was used for adding gcc EXCEPT instead of MinGW\bin at the end you should use usr\bin or whatever path was displayed when using the 'which gdb' command
    6) Check that it was add to Path by typing 'gdb --version' in the Windows command line

  • @simonmatveev
    @simonmatveev 4 года назад +59

    The best tutorial on whole RUclips. Thank you so much, my friend.

  • @sleepytadd
    @sleepytadd 2 года назад +1

    brother i know you made this two years ago but I'm so grateful for your tutorial. this is the only one that got vs code to work for me and I'm so deeply grateful for it

  • @nikhilsingh2532
    @nikhilsingh2532 3 года назад +3

    I was bored with turbo c and wandering what should I use for c++. And I found this video, this helped a lot. Thanks mannnnn...

  • @sportmemer3178
    @sportmemer3178 2 года назад +1

    You are a hero, I nearly gave up, I started trying at 6pm in the evening, I found your video at 11:56 pm
    00:15 and my problem was fixed.
    Thank you kind sir

    • @TechDecode
      @TechDecode  2 года назад +1

      Thank You for your kind words 😇

  • @aartisingh2432
    @aartisingh2432 4 года назад +8

    Thanks for the clear tutorial. I have successfully configured my vscode for running C++ just because of you.

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @Suman-sp25sr
    @Suman-sp25sr Год назад +1

    Thank you ..... literally send 4 days in this problem even upgraded my windows from 7 to 10 send over 2500 in this problem

  • @djay00009
    @djay00009 3 года назад +185

    the best, i was stuck with compiler issues for hours

    • @Massive_M
      @Massive_M 3 года назад +2

      Me too😶

    • @mynamishidandsois6257
      @mynamishidandsois6257 3 года назад +2

      Me too but now solved

    • @ShashwataSaha
      @ShashwataSaha 3 года назад +10

      @@mynamishidandsois6257 how solved?
      g++: fatal error: no input files
      compilation terminated.
      Imgetting these error

    • @vaibhav1359
      @vaibhav1359 3 года назад

      @@ShashwataSaha same error

    • @thunderxies
      @thunderxies 3 года назад +1

      @@ShashwataSaha in the extension just write .c or .c++

  • @aryanbabu99
    @aryanbabu99 2 года назад +1

    This video will definitely help anyone because i wasted my lot of data for install v s stdio but after long struggle i got this video and my problem has solved ,so if u want to install v s stdio without any effort then you can go with this video, i am saying because i install v s stdio just now . so prefer this video and lets enjoy your coding journey. Thanku

  • @williamzulu5134
    @williamzulu5134 4 года назад +6

    I almost gave up because my code would not run in the terminal. That code runner really helped. Thanks.

    • @TechDecode
      @TechDecode  4 года назад +1

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @Aramigus
    @Aramigus 3 года назад +1

    you're the only person in the whole youtube who ever managed to show how EXACTLY to compile, Thank you soo much!!!!

  • @thangnguyenquang6692
    @thangnguyenquang6692 3 года назад +4

    thank you so much, i've been strugling to find a way to run a simple C++ on VS Code because I can't afford to install VS IDE due to my low storage. You really save my life before my exam!!

  • @thelukeguitar0415
    @thelukeguitar0415 2 года назад +2

    Thank you sp much! This is the only video that worked! I liked the video!

  • @RanjanKumar-cs2yg
    @RanjanKumar-cs2yg 3 года назад +3

    The only properly working setup guide for C/C++ in VS code as of 19-Aug-2021.... i found a lot of outdated setup videos on YT but this one is perfectly working fine..!! Thanks a lot..!!!

  • @lavideep4505
    @lavideep4505 3 года назад +1

    best video for install vs code and compiler ..i spend lots of time in otner video all are confusing but your video is clear and 100% working .thankypu

  • @ryanphua5003
    @ryanphua5003 3 года назад +3

    If you have the error 'g++ is not a recognized command' within the vscode terminal, just run vscode as administrator, worked for me :)

  • @srezwana1234
    @srezwana1234 4 года назад +1

    I don't know how can i thank you. I've tried several tutorials to install and run VS .None of them could help me properly. But you just solved all my problems in just 1 video.I'll always be grateful to you

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

    • @silentnemesis3041
      @silentnemesis3041 2 года назад

      how much did he pay you ?

  • @akulbharti4158
    @akulbharti4158 4 года назад +8

    I was looking for this.
    REALLY REALLY Helpful

  • @maximilianomartinez6130
    @maximilianomartinez6130 3 года назад +1

    Such a great viedo, I spent all my daylight hours yesterday trying to make it work and it didn't even take me 30 minutes watching your video. THANKS!!!

    • @TechDecode
      @TechDecode  3 года назад

      You're welcome! 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @PythonDataScientist
    @PythonDataScientist 3 года назад +12

    Great work. No time wastage and straight to the point.

  • @dewanshgupta4233
    @dewanshgupta4233 3 года назад +14

    thank u so much after 5 months I download it

    • @TechDecode
      @TechDecode  3 года назад +1

      😇 You're welcome! 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

    • @selene8721
      @selene8721 3 года назад +1

      Lol even I'm also

    • @dewanshgupta4233
      @dewanshgupta4233 3 года назад +1

      @@selene8721 😂😂

  • @eyey5476
    @eyey5476 3 года назад +3

    I was looking in many tutorials. This is the best I found! thanks a lot!!

  • @mdaltamashraza7695
    @mdaltamashraza7695 3 года назад +1

    I watch many videos for setup C++ in vs code but we are Unable to do it But when I watch your video then I have finally setup THANKYOU TECH CODE.

    • @TechDecode
      @TechDecode  3 года назад

      😇 You're welcome! 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @emhemedomran8232
    @emhemedomran8232 4 года назад +4

    you are a legend!!!!
    thnk U sooooooooo much ive been looking all day for a video like this

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @rishabhprasad7145
    @rishabhprasad7145 2 года назад +1

    Thanks a lot bro, I was stuck for last few days with why my programs are not running in VS Code and couldn't find any solution. And now because of you my problem is solved, very very thanks bro

    • @TechDecode
      @TechDecode  2 года назад

      You're Welcome Bro 😉
      Don't forget to subscribe 👍

  • @akshaysuresh4622
    @akshaysuresh4622 3 года назад +6

    Thanks man. You are great. When I was running the program it shows some error, because I didn't save it. No one told it except you. I almost gonna uninstall the Visual Studio Code.

  • @nicolailabuhn1746
    @nicolailabuhn1746 2 года назад

    Thank you so much for this tutorial. I had checked a bunch of other videos but I couldn't get the compiler to work there, but this finally did the trick!

  • @sam.mankar
    @sam.mankar 3 года назад +5

    3:02
    For those who still get an error, that 'g++ is not recognised....... '
    Solution: while you added that copied MinGW path in 'User variables', ( 2:20 )
    Just do the same for System variables (it's below the 'user variables' column. )
    Copy paste the same path (MinGw/bin) in Path of 'System variables'

    • @aroojraja4031
      @aroojraja4031 3 года назад

      I’m getting that very error.. even after copying it in system variables..?
      Any idea why..?

    • @diablolegacy
      @diablolegacy 3 года назад

      still can't:(

    • @chithraboominathan9652
      @chithraboominathan9652 3 года назад

      @@aroojraja4031 same problem...have u got any solution??

    • @rutuja3357
      @rutuja3357 3 года назад +1

      Hey could anybody help me
      I have done all the steps like shown in the video.
      But while running the program I get an error👉 variable ${workspace Folder}can not be resolved.please open a folder
      Then two option appear
      1)Open 'lunch.json'
      2)Cancel
      Please guide me to solve this error

    • @tdjorrdje
      @tdjorrdje 2 года назад

      ty dude

  • @DoraeMon-xy9nj
    @DoraeMon-xy9nj 3 года назад +1

    U r the best dudeee.....been seeing many other videos for more than 6hrs....nothing worked...but yours was the best tysm❤️

    • @TechDecode
      @TechDecode  3 года назад

      😇 You're welcome! 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @astromanian_UK
    @astromanian_UK 4 года назад +5

    Yogrenda, Like many others here, this video has been a great help to us beginners, Thank you !

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @matuszeman4787
    @matuszeman4787 2 года назад

    After 2 days of wasted evenings finally someone who step by steb and very simple said told us how tu debug visual studio code... I almost lost hope but you came and solved it thanks

  • @thewindisblowing7520
    @thewindisblowing7520 2 года назад +16

    Amazing tutorial. I always wondered why MS Visual Code didn't come with a compiler by default, but this was a fantastically easy to follow workaround.

    • @alexhristache
      @alexhristache 2 года назад

      Because it's just a text editor, made to be lightweight and work with any language.

    • @thewindisblowing7520
      @thewindisblowing7520 2 года назад +1

      @@alexhristache Thank you, makes sense

  • @sk66ly84
    @sk66ly84 2 года назад

    thank you man for this tuto. i was trying to use c++ on VS for a week. and you helped me to do that just in 10 minutes

  • @swetakeshri5066
    @swetakeshri5066 3 года назад +5

    Thanks a lot mann..I am a beginner,just started to learn this language..u appeared as a torch bearer in the dark forest 💫✌️.. keep going ✌️

  • @botagozoralbayeva1386
    @botagozoralbayeva1386 2 года назад

    Thank you so much!!! I was strugling for 7hrs watching other tutorials and thinking that I'm so stupidTT but then I followed by your tutorial and now everything is working

  • @rahulsingh40g
    @rahulsingh40g 3 года назад +36

    I must appreciate that you told about input handling and related settings.

  • @Subhadeep-Dhar
    @Subhadeep-Dhar 2 года назад

    Thanks sir.... You saved me.... Just saved me..... I've tried it over 6months...... Watching many yt videos..... But this is the best video to learn how to run c/c++ in vsc..... Really appreciable... 🙏🙏❤️

  • @robin2080
    @robin2080 3 года назад +5

    Honestly, the best tutorial out there. Thank you so much brother.

    • @TechDecode
      @TechDecode  3 года назад +1

      Glad it helped! 😇
      👉 Don't forget to enroll in C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @ay_u_shhh
    @ay_u_shhh 3 года назад

    Bro thanks a lot. I tried many ways, wasted hours of time,installed -uninstalled many times vs code and mingw but nothing worked . Finally because of your video I was able to run my first c++ program on vs code successfully. Thanks a lot once again!!!

  • @souviksamanta1867
    @souviksamanta1867 3 года назад +5

    For people facing error
    "g++' is not recognized as an internal or external command"
    put the variable in Global path(the box under user path)
    That solved the problem for me

    • @baibars5191
      @baibars5191 2 года назад

      bro where

    • @baibars5191
      @baibars5191 2 года назад

      thanks bro i got it

    • @yogendrakumarpatel4524
      @yogendrakumarpatel4524 2 года назад +1

      @@baibars5191 i didn't got please help me

    • @snajper4141
      @snajper4141 Год назад

      doesnt work for me... I'm curious why every thing made from programmers for programmers never work as it should. This is why i don't use linux - I can do exactly as developers said on his webpaige and... this is just a coin toss. Maybe it will be work or maybe not. Probably not.

  • @clearning5621
    @clearning5621 2 года назад

    DUDE i use online compiler now i tried using this any vids didnt work other than this THANK YOU SO MUCH!!!

  • @nikitabansal9147
    @nikitabansal9147 4 года назад +4

    Your videos are really informative. Looking forward for more!!

    • @TechDecode
      @TechDecode  4 года назад

      Glad you like them! 😇

  • @maleek2.07
    @maleek2.07 2 года назад +1

    you helped me a lot as a beginner in programming, thanks a lot, from Pakistan.

  • @sagarpurohit1454
    @sagarpurohit1454 3 года назад +3

    Many tutorials are available, but this one is simple and quick all in one.

  • @prachijaiswal6595
    @prachijaiswal6595 3 года назад +1

    One of the best on youtube!! Thanks a lot 🌻🌻 you made it too easy, seen many videos but none of them worked, it is the best !!

  • @ahmednazihbouriche2975
    @ahmednazihbouriche2975 4 года назад +3

    this is amazing i was searching for this !!
    +1 subscriber

    • @TechDecode
      @TechDecode  4 года назад +1

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @michaelg3026
    @michaelg3026 2 года назад +1

    bro thank you so much i literally spent hours searching how to instal mingw and it wasnt working so thank god your video helped me!

    • @TechDecode
      @TechDecode  2 года назад

      Glad I could help 😇
      👉 C++ Programming Course - udemy-courses.pxf.io/Best_Cplusplus_Course

      👉 Subscribe : rebrand.ly/FreeSubscription

  • @anonymoustv8604
    @anonymoustv8604 3 года назад +9

    Thanks! This was the best video that clearly explained everything, and it even worked! Thank you so much! Now I don't have to use turbo c++ to run my code lol

  • @deadxgaming3522
    @deadxgaming3522 Год назад

    I have faced many problems in vs code to run program, thanks to you I'm able to solve errors in vs code .
    Thanks a lot🙌

  • @vaibhavkambar1782
    @vaibhavkambar1782 4 года назад +6

    Thank you brother because of you i was able to run a code so smoothly and easily
    You got a like
    Again thanks 😊

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

    • @dinkarkorlekar8305
      @dinkarkorlekar8305 3 года назад

      @@TechDecode I'm, getting an error as Handler already set what to do sir?

  • @vishalmankar4969
    @vishalmankar4969 3 года назад

    Thanku so much sir.... Because of you ..i am able to work on vs code...love from india(maharashtra)🇮🇳

  • @hosehupleg5460
    @hosehupleg5460 4 года назад +6

    What a great Tutorial. Thank you really much. You saved my live :)

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @nagaajayk322
    @nagaajayk322 2 года назад

    after watching 5-6 videos, i found this very helpful, Thanks man

  • @MystixHalo
    @MystixHalo 3 года назад +9

    Hi I followed the tutorial step by step, i added the bin folder to path, but i get this error when running my code: 'g++' is not recognized as an internal or external command,
    operable program or batch file.

  • @mrs.potatohead8471
    @mrs.potatohead8471 2 года назад

    I LOVE YOU!!!!!!!!!! 😭 This tutorial was a LIFE SAVER!!! Subscribed.

  • @whovikrantsingh
    @whovikrantsingh 3 года назад +38

    C++ : I'm the most difficult thing to learn, haha.
    Visual Studio Code : *Hold my C++ Setup Process*

    • @forhadrh
      @forhadrh 3 года назад +1

      Learning a language & setting up an environment to run that language is not same thing, boi.

    • @whovikrantsingh
      @whovikrantsingh 3 года назад +1

      @@forhadrh That's obvious.

    • @AbhishekBM
      @AbhishekBM 3 года назад +1

      @@forhadrh really??!! I didn't know that.

    • @forhadrh
      @forhadrh 3 года назад

      @@AbhishekBM Why? Don't you have common sense? It's like playing a game & builing the game yourself, where the building part is the language & playing is like setting up the compiler. You can play the game peacefully where building, debugging & releasing process are much harder than that.

    • @AbhishekBM
      @AbhishekBM 3 года назад +1

      @@forhadrh as a matter of fact, I do not have common sense. Thank you for that great analogy. Intellectuals like yourselves are a blessing to idiots like me.

  • @ollymagics
    @ollymagics 3 года назад +1

    i watched a lot of videos in youtube but now finally you helped me buddy,,,,,thanks soo much ,u deserve a sub and a thumb up

    • @TechDecode
      @TechDecode  3 года назад

      Thanks for the sub! 😇
      C++ Programming Course - bit.ly/CplusplusCourse

  • @h2Obish
    @h2Obish 3 года назад +3

    Damn you are the life saviour brother.
    I was stuck in a code that wasn't working and following your procedures really helped me come out of the problem; And hereby I declare that I regained my life in coding again. ❤️❤️

    • @TechDecode
      @TechDecode  3 года назад

      You're welcome! 😇😇
      Don't forget to check our website for C/C++ tutorials: techdecodetutorials.com/category/c/

  • @justinsoto9189
    @justinsoto9189 3 года назад +1

    Thank you man, every problem I had you covered in depth and then some. Props to to you my man. Really, the the best tutorial out there if your looking to get started.

    • @TechDecode
      @TechDecode  3 года назад

      Glad it helped 😇
      I Have a bonus for YOU 🎁
      👉 Beginners C++ Programming Course - skillshare.eqcm.net/FreeCPlusPlusCourse
      It's Free for 1 Month 🆓

  • @aradhyarathore5413
    @aradhyarathore5413 3 года назад +4

    still trying to make it, but my #include or court, I underlined and it always says that there is a problem with g++

  • @learn8922
    @learn8922 2 года назад +1

    Thank bro love you♥️ from Pakistan 🇵🇰 it really help me a lot

  • @prakharagarwal9789
    @prakharagarwal9789 4 года назад +9

    'g++' is not recognized as an internal or external command,
    operable program or batch file.
    its showing me this error

  • @dongleechan1135
    @dongleechan1135 2 года назад +1

    Thank you so much sir.💖💖💖The explanation of video was very simple. once again thank you.

  • @nafisnawalnahiyan5032
    @nafisnawalnahiyan5032 2 года назад +5

    If some one is getting any trouble : g++ is not recognized as an external or internal command then you might have edited you user variable path... edit the System variable part of the environment variable part

    • @uterplays
      @uterplays 2 года назад

      i did not understand

    • @sitinorfarah5629
      @sitinorfarah5629 2 года назад

      what do you mean by edit the System variable? im facing this problem right now

    • @TheSun_TheMoon_TheStar
      @TheSun_TheMoon_TheStar 2 года назад

      @@sitinorfarah5629 in the Environment Variables Window there are two seperate windows: On top are your specific user variables and on the bottom are the system variables. You need to add the path to the system variables at the bottom and not at the user variables at the top.

  • @uzair9483
    @uzair9483 3 года назад +1

    BRO THANK YOU SOOO MUCH !!!!!!!
    I was about to break my laptop coz I've been trying since last 3 weeks and nothing work
    Subscribed straight away

    • @TechDecode
      @TechDecode  3 года назад

      Thanks for completing 20k Subscriber ❤️

  • @Дора-х6ж
    @Дора-х6ж 3 года назад +2

    Finally a detailed explanation. Thank you dude!

    • @TechDecode
      @TechDecode  3 года назад

      😇 You're welcome! 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @dhruvgangar7412
    @dhruvgangar7412 4 года назад +1

    Thankkkkkkkkkkkkkkkkkk u verrrmyyy muccccchhhhhhhhhh dudeeee beacuase of you now i will practixe c++ and will crack my 12th std exam of computers❤️❤️

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @gokunik
    @gokunik 3 года назад +1

    By far the easiest way till now I have encountered of installing C++. Thank You ❤

  • @AmanSingh_YT
    @AmanSingh_YT 3 года назад +2

    Thank you very much sir i am looking for errorless video and after so many attempts i found you and it works

    • @TechDecode
      @TechDecode  3 года назад

      Happy to help 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : rebrand.ly/FreeSubscription

  • @Vajiramwale
    @Vajiramwale 3 года назад +1

    I was stuck for 3 days nearly.
    Thanks a lot sir........big thanks to you.

    • @TechDecode
      @TechDecode  3 года назад +1

      Happy to help 😊

    • @Vajiramwale
      @Vajiramwale 3 года назад

      @@TechDecode plz tell me where can i learn to start coding now as a beginner..?

    • @TechDecode
      @TechDecode  3 года назад +1

      C++ Programming Course - bit.ly/CplusplusCourse

  • @yawsokpor3061
    @yawsokpor3061 Год назад +1

    Hi you are a wonderful guy who can teach for a beginner to understand, I tryand watch you videos
    Thanks a million

  • @akshitmangotra5370
    @akshitmangotra5370 4 года назад +1

    Finally I got one video..which made my vs code work.thanks for the video

    • @TechDecode
      @TechDecode  4 года назад

      You're welcome! 😇
      C++ Programming Course - bit.ly/CplusplusCourse
      Subscribe : bit.ly/2OH9Jv5

  • @Sam60420
    @Sam60420 3 года назад

    Haven't used C++ since college mane, love this channel.

  • @imweakestt
    @imweakestt 2 года назад

    This is the best video about VS Code I’ve ever seen.

  • @nikhilbaisla8693
    @nikhilbaisla8693 3 года назад +1

    Very thank you bhaiya
    Mera 3rd try tha ye
    Finally! Hogya ab.☺️💕

  • @omatheusfl
    @omatheusfl 3 года назад +1

    Everyday an Indian guy saving my life. Thanks dude, ur the best!

  • @muzafibrahim6442
    @muzafibrahim6442 2 года назад

    I do not usually comment but your brilliance has instigated me to write a couplet for you which I believe is not enough but this is the only way I could say thank you, you are a champ.

  • @kodiq3429
    @kodiq3429 Год назад

    Its the first out of 20 videos when it worked. Thanks

  • @kakashi_vladivostok
    @kakashi_vladivostok 3 года назад +1

    Ohh.... Finally it's running 😺👍👍👍 thanks dude...

  • @HARSHSHAHJAISWALBCE
    @HARSHSHAHJAISWALBCE 3 года назад

    i tried a lot by seeing different different youtubers video but i didn't find a solution but then i saw your video and solve the problem in just half an hour by getting min gw to correct path and and installing vs code. thanks a lot

  • @VikasVerma-bq1qy
    @VikasVerma-bq1qy 2 года назад

    you are god sir..after changing my laptop i was struggling from 2 days....now its fixed..F

  • @prernamishra11
    @prernamishra11 3 года назад +1

    Thanku so much..... I was not able to run my program coz I didn't save. them but now it's solved. Again thanku very much 👍

    • @TechDecode
      @TechDecode  3 года назад

      Happy to help 😇
      👉 Don't forget to check our website for more C/C++ tutorials : techdecodetutorials.com/category/c/

  • @huzaifanizamani6100
    @huzaifanizamani6100 3 года назад +1

    After hours, I finally found a proper solution. Thanks!

    • @TechDecode
      @TechDecode  3 года назад

      You are welcome! 😇
      I Have a bonus for YOU 🎁
      👉 Beginners C++ Programming Course - skillshare.eqcm.net/FreeCPlusPlusCourse
      It's Free for 1 Month 🆓

  • @8kigana
    @8kigana 3 года назад

    Wow man, you have the cleanest visual code c/c++ installation and run of all time right now! Good job Mr. Singh!!!!!

  • @nguyentrongvanviet
    @nguyentrongvanviet 3 года назад +2

    thank you so much
    this is the best video on youtube I have seen in my life
    after watch for just 10 minute I have eventually done it
    thanks so much
    I love all of your content
    and I think some projecct would be a good idea for growing up your channel
    try it !!!!!!!!

  • @savageldki
    @savageldki 3 года назад +1

    i love ur video sir i have lot off issues during download the compiler but i finally solved thnks alot

  • @clx17
    @clx17 3 года назад +2

    I only click the 'like' button of a video, which i seems great... Your explanation is great brother👍👍🙏🙏❣️

  • @rabagokimberlym.3464
    @rabagokimberlym.3464 3 года назад

    THANK YOU SO MUCHHHHH! I'VE BEEN STUCK FOR 4 HOURS ON HOW TO FIND COMPILER ISSUES!

  • @OSAMAMAful
    @OSAMAMAful 3 года назад

    This worked for me!!!!! Complete tutorial!!! Thanks a lot!!!

  • @Prajwal_sg1
    @Prajwal_sg1 3 года назад +1

    Thanks I was stuck with compiling issues, now it's solved 👏

  • @brainbuster1738
    @brainbuster1738 3 года назад +1

    This is the best video for VS code setup for c/c++, thank you so much

  • @susheelabhati7764
    @susheelabhati7764 3 года назад +1

    Thank you so much dear i was struggling hard to find out the error ,you solved my each and every problem. You are doing a great job.

    • @TechDecode
      @TechDecode  3 года назад

      You are most welcome 😇
      👉 C++ Programming Course - bit.ly/CplusplusCourse
      👉 Subscribe : rebrand.ly/FreeSubscription

  • @sunnymishra2120
    @sunnymishra2120 3 года назад +2

    I was unable to create the .exe file ... There is not a single good explanation as you did on this stuff ..
    Thank you so much brother you helped me alot 💖