How to set up C++ in Visual Studio Code

Поділитися
Вставка
  • Опубліковано 25 вер 2024
  • How to set up C++ with Visual Studio Code (vscode).
    Install Visual Studio Code: code.visualstu...
    Install minGW (C++ Compiler): code.visualstu...
    Steps to setup minGW in windows:
    1. Install MSYS2 using the link provided by microsoft github.com/msy...
    2. Open MSYS2, enter the follow command:
    pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
    3. Hit Enter for default selection, then type Y and hit Enter to proceed with the installation.
    4. In your search bar, look for edit Environment Variables and open the setting. In the window bottom right, click Environment Variables. Click on Path in your list of User Variables. Click edit, new, add the following:
    C:\msys64\ucrt64\bin
    5. In your seach bar, look for Command Prompt and open it. Type in gcc --version, g++ --version, and gdb -- version. You should see minGW setup correctly.
    Open vscode, and in extensions, look for C/C++ Extension Pack and install it. Then, create a new text file. Name it whatever you want, but be sure to include the .cpp extension.
    Ex) Create a file named test.cpp and add some starter code. (include iostream, using namespace std, int main() ... cout "Hello World!")
    On the top right, click on the play button to run your program. Select Run C/C++ File. You should now see your output display in the built-in terminal of VS Code!
    And, there you have it! How to setup C++ for Visual Studio Code!
    C++ Programming Playlist:
    • C++ Programming Tutorial
    Java Game Programming Projects Playlist:
    • Java Game Programming ...
    JavaScript Game Programming Projects Playlist:
    • JavaScript Game Progra...
    Subscribe for more coding tutorials 😄!

КОМЕНТАРІ • 738

  • @zariftahmidshoeb3487
    @zariftahmidshoeb3487 12 днів тому +5

    Thank you so much. I started my first computer science class and was lost in the sauce. I didn’t know anything about what to install and how to install it. That is until I saw this video. Thanks to you I was able to print my first Hello World ! 😊

  • @theironrhino110
    @theironrhino110 7 місяців тому +40

    Thanks a lot for the helpful guide! I know the steps are explained on the website but having someone to walk you through the process is a lot less stressful!

  • @baryaakov555
    @baryaakov555 9 днів тому +3

    finally someone who goes over everything, spent two hours trying to figure this out, thank you!

  • @ziprock
    @ziprock 8 місяців тому +67

    i tried getting a compiler to work with vs code last year and couldn't figure it out and gave up. this method was super easy, straight to the point, and ive got a working compiler now thank you.

    • @shuaibakhtar5333
      @shuaibakhtar5333 4 місяці тому +4

      brother, my compiler is still not working properly could you please help me

    • @SpeaksYourWord
      @SpeaksYourWord 2 місяці тому

      @@shuaibakhtar5333 Uninstall everything and go through harry's guide

  • @StefanBuchanan-h2w
    @StefanBuchanan-h2w 7 місяців тому +24

    Thank you. My cmd line test didnt work at 3:57 but it worked in the MYSYS2 cmd line. This solved my issue with not having a compiler.

  • @alexwade9888
    @alexwade9888 8 місяців тому +68

    The only video I could find that actually explained this clearly. Subscribed just off the quality of this video alone. As soon as I have hello worlded I'll be back to see what else you've got.

    • @gabrielapinheiro7643
      @gabrielapinheiro7643 6 місяців тому +1

      same here! all possibilities ! really well explained, well done man!!!

  • @Dulkage
    @Dulkage 10 місяців тому +45

    The only tutorial that actually worked for me! Thank you!!

    • @thabomaleke874
      @thabomaleke874 4 місяці тому +1

      The other ones 😞. They are really useless

    • @Dulkage
      @Dulkage 4 місяці тому

      @@thabomaleke874 Yea

  • @andrewbauman256
    @andrewbauman256 8 місяців тому +92

    Hey everyone if g++ or the other compilers aren't showing up at 06:08 time in the video or when you try to run the code (which is what happened to me every single time I tried this) this sounds so dumb but just make sure you did all the previous steps correct and RESTART YOUR COMPUTER. It worked for me after this. Thanks Kenny Yip Coding for the tutorial and happy coding y'all :)

    • @DavidHasanov-p7r
      @DavidHasanov-p7r 8 місяців тому +10

      my problem right here, life saver

    • @natepotate5025
      @natepotate5025 7 місяців тому +4

      ive been trying to fix this problem all day when all i had to do was restart my computer, thank you

    • @lionsin6067
      @lionsin6067 6 місяців тому +2

      your a life saver, its 5:35am and im so tired of trying to get this thing to work

    • @hime-kamisama
      @hime-kamisama 6 місяців тому +3

      You actually only need to close all VSCode windows so that the Path changes take effect.

    • @blasterchampions1801
      @blasterchampions1801 6 місяців тому +3

      Is there an error like this
      The preLaunchTask 'C/C++:gcc.exe build active file' terminated with exit code -1 ?

  • @taongaphiri6084
    @taongaphiri6084 10 місяців тому +368

    This never works for me. It's like the world doesn't want me using vs code for c++, I followed this tutorial step by step, watched the video three times, and it still failed.

    • @KennyYipCoding
      @KennyYipCoding  10 місяців тому +29

      Which step are you failing at?

    • @farisraid7588
      @farisraid7588 10 місяців тому +37

      @@KennyYipCoding last step is just not working something is wrong with the compiler or something i have no clue this is my 3rd vid so far

    • @zombz4291
      @zombz4291 10 місяців тому +76

      @@KennyYipCoding same, when i run there's no "C/C++ :g++.exe build and debug active file"

    • @mink9390
      @mink9390 10 місяців тому +11

      ​@@KennyYipCoding yeah me too i try that for three times

    • @ZPlusiPlus
      @ZPlusiPlus 10 місяців тому

      @@farisraid7588 Try restarting vs studio

  • @christiangiamalis9924
    @christiangiamalis9924 Місяць тому +4

    I love you. I have spend AGES doing this and this finally worked.

  • @НоуНейм-к4й
    @НоуНейм-к4й 27 днів тому +1

    BRO, THANK YOU SO MUCH! YOU ARE AWESOME! I was suffering the whole day, and can't understand why VSCode is not working i swear i felt like I'd been all over the internet to find something about my problem BUT you're video help me. Thank you again pal!!!

  • @CakeprogressS
    @CakeprogressS 6 місяців тому +9

    it's not working from the very first line with "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (D:\Other\theSigame
    andom stuff\Valorant-TriggerBot-main\val trigger\val_trigger\vt\tests.cpp).C/C++(1696)"

    • @kumarshivam1064
      @kumarshivam1064 4 місяці тому

      same bro

    • @acombo
      @acombo 2 місяці тому +1

      uninstall valorant

    • @CakeprogressS
      @CakeprogressS 2 місяці тому

      @@acombo I never installed it in the first place

    • @cameronlindo3078
      @cameronlindo3078 2 місяці тому +1

      for me it wasnt the first one that showed up. make sure you press the one that has g++.exe not gcc.exe. that fixed it for me

  • @ericroque5813
    @ericroque5813 7 місяців тому +5

    You dude is a hero! Let me add that the first time you run your code after you do this, there'll be a bunch of errors. Depending on how fast your computer is, it will take time before all the scripts load up and be read in your computer's system. Mine had a bunch of error at first when I ran my codes and I just restarted my laptop and it eventually worked.

  • @fardinkhandaker3436
    @fardinkhandaker3436 6 місяців тому +15

    I've been looking for a video like this. I always struggle to compile but now, it's not a problem. Thank you!

  • @Amy_k7
    @Amy_k7 7 місяців тому +5

    As someone who is a complete beginner, THIS IS THE MOST USEFUL VIDEO I HAVE EVER COME ACROSS, THE ONLY VIDEO THAT HELPED. Thankyou so much honestly. 🔥

  • @Bruh-py5hk
    @Bruh-py5hk 6 місяців тому +3

    Thank you, I've been using online gdb for the longest, but just having the choice of vs code makes me happy. Make sure to restart the computer afterwards as well since it wasn't working until after.

  • @SiennaOfGalois
    @SiennaOfGalois 4 місяці тому +1

    Such a helpful tutorial 👏 !!! I had initially installed an up-to-date msvc for my vscode as instructed but for whatever reason the compiler version would always default to 199707 (c++98) despite all the online tutorials I followed elsewhere and efforts I made trying to fix it. However, completely switching to minGW was amazing as everything got fixed and now my c++23 code runs flawlessly!

  • @calvincampbell5833
    @calvincampbell5833 5 днів тому

    Took me the entire day just to set this up because of you, I can now turn to a new page. I THANK YOU, GOOD SIR.

  • @iam-shreyasingh
    @iam-shreyasingh 3 місяці тому +1

    trying since yest but finally able to run my prog with help of the clear instructions you have provided on this video , Thank You !

  • @SteveOkyere-Gyamfi
    @SteveOkyere-Gyamfi 9 місяців тому +14

    Thanks very much. You really helped me a lot.
    Very simple and straight-to-the-point video.
    Thanks a lot once again.😊

  • @softwareengineer141
    @softwareengineer141 2 місяці тому +1

    Thank you so much! A try a lot of videos and always struggeles in running C and C++ code . Regards👏💯

  • @HARIPRIYASRIPERAMBUDURU
    @HARIPRIYASRIPERAMBUDURU 3 місяці тому +1

    I done installation within few minutes.I've been looking for a video like this.thanks a lot!!

  • @franzilovesstem
    @franzilovesstem 9 місяців тому +9

    incredibly greatful for such a nice simple put tutorial!!! Very straight to the point! love it, thanks a ton:D

  • @amnamahboob4097
    @amnamahboob4097 7 днів тому

    i have constantly failed in installing c++ in visual studio but today i managed to thanks to your video

  • @lochuu8720
    @lochuu8720 8 днів тому

    I successfully downloaded this after a long time fixing erros, thank you very much for this useful video. If someone strugles with VS, I will highly recommand for them this.

  • @fahad11247
    @fahad11247 3 місяці тому +1

    the simpilest and the easiest tutorial of running c++. Thanks alot

  • @shahadeissax
    @shahadeissax 6 місяців тому +2

    You saved me after 4 hrs of trying to run my code and facing problems thanks 😂

  • @NamNguyenNhatBao
    @NamNguyenNhatBao Місяць тому +1

    love this vid! i tried to code in vscode since 1 month ago but vscode can compile the coede and no it worked! tysm

  • @WickedDev
    @WickedDev 2 місяці тому +1

    thank you bro I installed g++ and couldn't know why it wasn't working you're a life saver ❤❤

  • @kasulejoseph9317
    @kasulejoseph9317 4 місяці тому +2

    After 3 attempts, it worked out. Thanks for sharing

  • @awenixmusic
    @awenixmusic 10 місяців тому +60

    3:40 - For those who get the error "gcc is not recognized as an internal or external command", close the terminal and open the command prompt again but run as administrator.
    EDIT: It might not work instantly, you might as well reboot the system first.

    • @RamirezAnaMonicaS
      @RamirezAnaMonicaS 10 місяців тому +4

      it still doesn't work

    • @himanshuadhikari3986
      @himanshuadhikari3986 10 місяців тому +2

      it is just not working
      the only step where i am having issue is while doing that download in mysys2 as only 7 downloads turned successful out of 63

    • @vinamrajeet
      @vinamrajeet 10 місяців тому +22

      Instead of pasting it on path of user variable, paste it on path of system variable

    • @NawalAurna
      @NawalAurna 9 місяців тому +1

      thank you it worked after doing as u said@@vinamrajeet

    • @itsrainingafterall
      @itsrainingafterall 9 місяців тому +2

      THIS WORKED TYSM

  • @yashwantchougale1600
    @yashwantchougale1600 8 місяців тому +3

    Thank you very much for uploading this to the point tutorial! I could get cpp running in one go :)

  • @judesikma
    @judesikma 2 місяці тому +1

    First it did not work, but I figured out it was just because for some reason the user variable thing didn't happen, so I did it again and it works!! tysm!

  • @peach8335
    @peach8335 2 місяці тому +1

    omgg tysm!!! such a great and comprehencive guide!

  • @RanaAhmed-el6wm
    @RanaAhmed-el6wm 5 місяців тому +1

    i can not even how I can thank you I got four hours trying to turn it on and I didn't know really really thank you .🥰🥰🥰💗💗💗

  • @MathieuComeau-g2j
    @MathieuComeau-g2j 7 місяців тому +3

    This is so well-made, thank you!!
    Subscribed, keep up the good work

  • @55.mallikarjunhiremath97
    @55.mallikarjunhiremath97 Місяць тому +1

    Thank you so much for a easy and clean guidance.👍

  • @MuhammadameenKhan-i4v
    @MuhammadameenKhan-i4v 7 місяців тому +2

    the best video i have ever watched . you explained this in detail and clearly thank you.

  • @tria3745
    @tria3745 Місяць тому +6

    For some people whom this didnt work for, try this. In your workspace folder, navigate to .vscode, and in there, will be a .json file. In that file, try replacing the gcc.exe to g++.exe in both the lines named label and command. That worked for me.

    • @hudson0125
      @hudson0125 Місяць тому +1

      Thank you for saving me

    • @ironfezz8840
      @ironfezz8840 13 днів тому

      where do i find this workspace folder?

  • @CS-fz3vj
    @CS-fz3vj 2 місяці тому +1

    Best guide that worked for me, thank you

  • @markuchi4756
    @markuchi4756 7 місяців тому +14

    Hi I have a question, so I followed ur vid and tried the part where I run the build and run the hello world code, when I ran the code an error appeared saying launch: program 'C:\C++\test.exe' does not exist. How do I fix this?

    • @Nourita_at...
      @Nourita_at... 6 місяців тому +3

      Me too the same problem ! , i tried a right clik and run code it work perfectly 👌🏽 , but when i try his method to run the code it happen the same problem i don't know why 🤷🏼‍♀️
      Any way 😅 the code works perfectly when i made Ctrl+Alt+N

    • @sofiaholguinjimenez5657
      @sofiaholguinjimenez5657 6 місяців тому +5

      I had the same issue but apparently the problem is that when running the program I was choosing C/C++:gcc.exe instead of C/C++:g++.exe

    • @dapper4459
      @dapper4459 5 місяців тому +1

      @@sofiaholguinjimenez5657 thanks bud this worked for me too, though the first time i ran it my antivirus detected it as a trojan lol.

  • @KabirAhmed-mg6ly
    @KabirAhmed-mg6ly 3 місяці тому +3

    My command prompt is showing that " gcc is not recognized as an internal or external command" ......I cant diagnose the problem...

  • @faisalsarang9655
    @faisalsarang9655 2 місяці тому +1

    Straight to the point thanks a ton!

  • @jamesv3309
    @jamesv3309 21 день тому

    The article helped me put C++ into my VS Code. Thanks!

  • @DivijMahajan-uc2uy
    @DivijMahajan-uc2uy 5 місяців тому +1

    Worked in my case finally I am using vs code thankyou bro.

  • @Courage_the_Cowordly_Dog
    @Courage_the_Cowordly_Dog Місяць тому +4

    THANK YOU , NOW I CAN HELP *_MURIAL_* with by coding the *Computer* !!!

  • @MahiAhmed_063
    @MahiAhmed_063 27 днів тому

    It was really a helpful video. It shows the exact procedure line by line. Thanks a lot.

  • @nicolassuarez2933
    @nicolassuarez2933 3 місяці тому +1

    Cristal clear, outstanding!

  • @JY-mh8fr
    @JY-mh8fr 11 днів тому

    Thanks, got it at 2 attempts. I got trolled by my pc at download 7 out ot 58 lol just rerun it and worked and smooth sailing at the end.

  • @justaguy1321
    @justaguy1321 4 місяці тому +1

    Thank you my friend, helped alot. All the best! 🙏

  • @princelappay8735
    @princelappay8735 Місяць тому +1

    THANK YOU SO MUCH YOU HELPED ME A LOT!

  • @ahmadjan7029
    @ahmadjan7029 8 місяців тому +2

    I watched so many tutorials but this one worked thanks 😊😊

  • @ryanchen7326
    @ryanchen7326 11 днів тому

    Great video for beginners! Thank you so much!

  • @arunprabakar6891
    @arunprabakar6891 5 місяців тому +1

    Very well explained. Thank you for this wonderful video :)

  • @mohamedboudrioua83
    @mohamedboudrioua83 5 місяців тому +1

    thanks men i really appreciate u giving such a detailed explanation video

  • @hcchen6337
    @hcchen6337 Місяць тому +1

    Thank you a lot. I LOVE YOU!!!!

  • @justaweeb5052
    @justaweeb5052 Місяць тому

    Thank you so much. I've been wanting to learn c++ for a while now but never got the C++ to run 🙏

  • @Stydent-uz6rl
    @Stydent-uz6rl 7 місяців тому +4

    I don't understand English very well, but I understand your language better than what is shown in my language. Thank you for your help.

    • @agustinehrman332
      @agustinehrman332 7 місяців тому

      Could you solve this issue? It happened to me as well...

    • @agustinehrman332
      @agustinehrman332 7 місяців тому

      Try selecting g++.exe when running instead of gcc.exe. That worked for me

  • @arkys1929
    @arkys1929 7 місяців тому +5

    I have one problem with VSCODE. When i run the code, an error appears "performing the preliminary task "C/C++: gcc.exe the build of the active file is " completed with exit code -1". in the "problems" is written package.json / You should not use the "*" activation, as it affects performance. How to solve this problem?

    • @wakysu
      @wakysu 3 місяці тому

      please tell me if you'll find an answer

    • @Chaminox
      @Chaminox 7 днів тому

      Same problem for me

  • @laibazahid6836
    @laibazahid6836 Місяць тому +1

    thank you bro. this helped me a lot.

  • @khizarkhan-u4n
    @khizarkhan-u4n 2 місяці тому +2

    Helpfull video thank you
    🤗

  • @KamisatoAyato-b9k
    @KamisatoAyato-b9k Місяць тому +1

    ohh this actually helpful and first youtube tutorial that i watch and it works😮😮

  • @abdou2523
    @abdou2523 8 місяців тому +1

    I was so frustrated my code that worked perfectly fine in uni wouldn't work on my pc this is all I needed thank you

  • @mauli1531
    @mauli1531 5 місяців тому +1

    Your tutorial is great, it realy helped me. 😀

  • @davidmeinname
    @davidmeinname 6 місяців тому +22

    How can it be so hard to set up a C++ compiler in 2024 😩

  • @StacyJaxen
    @StacyJaxen 2 місяці тому +1

    thanks so much this was a good clean start

  • @KhadigaMater
    @KhadigaMater 5 місяців тому +1

    such a great and helpful video ! Thank you very much :)

  • @rezapratama391
    @rezapratama391 2 місяці тому +1

    Thank you very helpful!

  • @Erick-cq7mq
    @Erick-cq7mq 2 місяці тому +4

    I am having a problem at the last step where you are supposed to run the program. It says " Launch: Program (then the location in where the file is supposed to be) does not exist" Is anybody else having the same problem?

    • @punkie7793
      @punkie7793 Місяць тому +1

      @mjmrvll Make sure you are in the same directory with the c++ file. And make sure file path to the c++ file does not include blankspaces or non-english characters. File names especially

  • @fenrisfish2800
    @fenrisfish2800 8 місяців тому +3

    Fantastic tutorial, was searching through a few videos to get started on c++ and this one was the best

  • @MoherZO
    @MoherZO 7 місяців тому +1

    Perfectly running after your tutorial thanks.

  • @armanforouharfard2490
    @armanforouharfard2490 5 місяців тому +3

    Hello Kenny, thanks for your video, i'm having a problem when i want to run my codes whenever i want to run it, it sends me into my terminal's output section and says "'scriptcs' is not recognized as an internal or external command, operable program or batch file." can you help with this?

  • @AyeshaMirza-k5u
    @AyeshaMirza-k5u 4 місяці тому +1

    this is not working for me!!!My command prompt can not show the output that states versions of GCC, g++ and GDB have installed. can you plz help!!

  • @nerfspy5515
    @nerfspy5515 28 днів тому +1

    Is there any way to remove the blue underlined part at the terminal? It makes things a lot more annoying. Thank you.

  • @sahi_beatz
    @sahi_beatz 5 місяців тому +1

    Thank you so much! Very Helpful!

  • @kennethumis6907
    @kennethumis6907 8 місяців тому +1

    I think you are a teacher. Life made easy. Thanks.

  • @harshanand901
    @harshanand901 7 місяців тому +2

    alright folkes , everyhing in this video is awesome, just at the moment of running the code don't just blindly click on the first one, click on the one in which there is g++ and not gcc, took an hour+ of my time, but overall an awesome video. (gcc is for c while g++ is for c++ inputs and outputs)

    • @benji6325
      @benji6325 7 місяців тому

      Thank you lol

  • @xzvxzvr
    @xzvxzvr Місяць тому

    I did all the steps shown in the tutorial and when it comes to adding it to my enviroment variable and when you enter in the things into the command prompt it keeps saying "'ggc' is not recognized as an internal or external command,
    operable program or batch file." Any clue what to do with this?

  • @WolfyRealm
    @WolfyRealm 2 місяці тому +2

    4:52 bro i cant click it

  • @Maxah333
    @Maxah333 7 днів тому

    Finally an easy tutorial with no bullshit that actually works

  • @4n1r4
    @4n1r4 5 місяців тому +1

    Thank you so much! You saved my life 😁

  • @T3ddie3
    @T3ddie3 7 місяців тому +3

    I have a problem which says launch problem does not exist... I did everything the same way you did and there is an error about text.exe. I am not sure what it is exactly, because I am still pretty new to coding.

    • @sscorp2432
      @sscorp2432 6 місяців тому +1

      same, haven't found the solution yet

  • @zicraftian
    @zicraftian 9 місяців тому +4

    helpful and to-the-point thanks for this!

  • @AUTTP911
    @AUTTP911 6 місяців тому +1

    THANK YOU, it finnaly works.

  • @rohitrajsarraf
    @rohitrajsarraf 27 днів тому

    This works in August 30, 2024. Thanks

  • @Takamitzu
    @Takamitzu 6 місяців тому +1

    Thnaks a lot Buddy that was a 10/10 helped me 1000%

  • @itscloudy9246
    @itscloudy9246 9 місяців тому +3

    i mean, it works but for some reason the #include keeps getting an error

    • @itscloudy9246
      @itscloudy9246 8 місяців тому

      @Random_Edits-rx3cb well, i mean it still works, doesnt it?

    • @Yulia-j1m
      @Yulia-j1m 21 день тому

      @@itscloudy9246 I have the same. Were you able to find a solution to the problem?

  • @vistemaj
    @vistemaj 2 дні тому

    your a life saver thank you so much :) New sub btw.

  • @LuckyTheRacer-m1b
    @LuckyTheRacer-m1b 2 місяці тому

    for me instead of adding in Path under USER variables, I added it to Path under SYSTEM variables and it worked.

  • @user-zz8tc2ki4p
    @user-zz8tc2ki4p 10 місяців тому +8

    What should I do,if when I try to run code it goes out there " launch: program doesn't exist"

    • @joyeetabose5605
      @joyeetabose5605 9 місяців тому +1

      even I faced the same problem.

    • @guchon8669
      @guchon8669 9 місяців тому

      @@joyeetabose5605 You need to install "code runner" extension

    • @ante8146
      @ante8146 9 місяців тому

      @@joyeetabose5605 Did you fix it?

    • @sachinpathak6445
      @sachinpathak6445 8 місяців тому

      ​@@joyeetabose5605what to do now???

  • @gian9728
    @gian9728 6 днів тому

    It worked, thank you so much!

  • @Vishnu-fz5zq
    @Vishnu-fz5zq 9 місяців тому +7

    hey yoo,it says launch: program'c:\user\vichy\test.exe' does not exist d
    open 'launch.json'

    • @projaguar6417
      @projaguar6417 8 місяців тому

      Did you get it to work?

    • @Vishnu-fz5zq
      @Vishnu-fz5zq 8 місяців тому

      @@projaguar6417 yeh man

    • @projaguar6417
      @projaguar6417 8 місяців тому

      How? im still trying to work it out@@Vishnu-fz5zq

    • @samsparkes7280
      @samsparkes7280 7 місяців тому +1

      @@Vishnu-fz5zq how, whats the fix?

  • @sktech414
    @sktech414 5 місяців тому +1

    thank you very much , I have subscribed to your channel

  • @andresmorales5807
    @andresmorales5807 8 місяців тому +3

    I get an error that says: "cl.exe build and debug is only usable when VS Code is run from the Developer Command Prompt for VS."

  • @p4rallels
    @p4rallels 5 місяців тому +3

    it still says "'gcc, g++ or gdb (i tried them all)' is not recognized as an internal or external command,
    operable program or batch file."
    why wont this work?

    • @VedankPande
      @VedankPande 3 місяці тому

      Check if you added the path correctly

  • @vev1672
    @vev1672 5 місяців тому +3

    Doesnt work for me. Says launch program does not exist

  • @chaos_panzer1596
    @chaos_panzer1596 14 днів тому

    I followed your video and it was perfect, thank you. Would you wind detailing how to undo everything, just in case ?

  • @ares2720
    @ares2720 7 місяців тому +2

    my issue is the "gcc.exe build active file" active thing. and the code won't run causing to have errors and i don't know why cause when i tested the g--, g++ and gdb(which I was following the video steps) everthing is good, just when the time that i run the sample code. it causes error and any sample code won't run.. need help :(

  • @OscarT-vz5hx
    @OscarT-vz5hx 3 місяці тому +1

    I have been able to run the code, there was no bug but VSC said that it couldn't find the launch.json file thing so it didn't run my code either?? Can anybody help me please?

  • @gurusharan.721
    @gurusharan.721 2 місяці тому +1

    Why "select language" is not showing on my vs code😮😮. I need help please