How to set up C++ in Visual Studio Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 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 😄!

ความคิดเห็น • 736

  • @zariftahmidshoeb3487
    @zariftahmidshoeb3487 8 วันที่ผ่านมา +4

    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 ! 😊

  • @baryaakov555
    @baryaakov555 5 วันที่ผ่านมา +3

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

  • @andrewbauman256
    @andrewbauman256 8 หลายเดือนก่อน +90

    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 หลายเดือนก่อน +9

      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 ?

  • @ziprock
    @ziprock 8 หลายเดือนก่อน +66

    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

  • @theironrhino110
    @theironrhino110 7 หลายเดือนก่อน +38

    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!

  • @calvincampbell5833
    @calvincampbell5833 วันที่ผ่านมา

    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.

  • @StefanBuchanan-h2w
    @StefanBuchanan-h2w 7 หลายเดือนก่อน +23

    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.

  • @НоуНейм-к4й
    @НоуНейм-к4й 22 วันที่ผ่านมา +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!!!

  • @amnamahboob4097
    @amnamahboob4097 2 วันที่ผ่านมา

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

  • @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 3 หลายเดือนก่อน +1

      The other ones 😞. They are really useless

    • @Dulkage
      @Dulkage 3 หลายเดือนก่อน

      @@thabomaleke874 Yea

  • @christiangiamalis9924
    @christiangiamalis9924 หลายเดือนก่อน +4

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

  • @lochuu8720
    @lochuu8720 3 วันที่ผ่านมา

    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.

  • @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.

  • @taongaphiri6084
    @taongaphiri6084 10 หลายเดือนก่อน +360

    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 หลายเดือนก่อน +28

      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 หลายเดือนก่อน +75

      @@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

  • @fardinkhandaker3436
    @fardinkhandaker3436 5 หลายเดือนก่อน +14

    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 หลายเดือนก่อน +4

    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.

  • @awenixmusic
    @awenixmusic 10 หลายเดือนก่อน +59

    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

  • @shahadeissax
    @shahadeissax 6 หลายเดือนก่อน +2

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

  • @WickedDev
    @WickedDev 2 หลายเดือนก่อน +1

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

  • @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!

  • @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 !

  • @fahad11247
    @fahad11247 3 หลายเดือนก่อน +1

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

  • @HARIPRIYASRIPERAMBUDURU
    @HARIPRIYASRIPERAMBUDURU 3 หลายเดือนก่อน +1

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

  • @softwareengineer141
    @softwareengineer141 2 หลายเดือนก่อน +1

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

  • @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 .🥰🥰🥰💗💗💗

  • @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!

  • @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 27 วันที่ผ่านมา +1

      Thank you for saving me

    • @ironfezz8840
      @ironfezz8840 8 วันที่ผ่านมา

      where do i find this workspace folder?

  • @franzilovesstem
    @franzilovesstem 9 หลายเดือนก่อน +9

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

  • @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.😊

  • @kasulejoseph9317
    @kasulejoseph9317 4 หลายเดือนก่อน +2

    After 3 attempts, it worked out. Thanks for sharing

  • @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

  • @yashwantchougale1600
    @yashwantchougale1600 8 หลายเดือนก่อน +3

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

  • @JY-mh8fr
    @JY-mh8fr 7 วันที่ผ่านมา

    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.

  • @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 6 หลายเดือนก่อน

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

    • @agustinehrman332
      @agustinehrman332 6 หลายเดือนก่อน

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

  • @MuhammadameenKhan-i4v
    @MuhammadameenKhan-i4v 7 หลายเดือนก่อน +2

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

  • @nicolassuarez2933
    @nicolassuarez2933 2 หลายเดือนก่อน +1

    Cristal clear, outstanding!

  • @MathieuComeau-g2j
    @MathieuComeau-g2j 7 หลายเดือนก่อน +3

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

  • @Maxah333
    @Maxah333 3 วันที่ผ่านมา

    Finally an easy tutorial with no bullshit that actually works

  • @55.mallikarjunhiremath97
    @55.mallikarjunhiremath97 หลายเดือนก่อน +1

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

  • @DivijMahajan-uc2uy
    @DivijMahajan-uc2uy 5 หลายเดือนก่อน +1

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

  • @ahmadjan7029
    @ahmadjan7029 8 หลายเดือนก่อน +2

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

  • @ryanchen7326
    @ryanchen7326 7 วันที่ผ่านมา

    Great video for beginners! Thank you so much!

  • @jamesv3309
    @jamesv3309 16 วันที่ผ่านมา

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

  • @Courage_the_Cowordly_Dog
    @Courage_the_Cowordly_Dog หลายเดือนก่อน +4

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

  • @faisalsarang9655
    @faisalsarang9655 2 หลายเดือนก่อน +1

    Straight to the point thanks a ton!

  • @peach8335
    @peach8335 หลายเดือนก่อน +1

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

  • @justaweeb5052
    @justaweeb5052 หลายเดือนก่อน

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

  • @MahiAhmed_063
    @MahiAhmed_063 23 วันที่ผ่านมา

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

  • @CS-fz3vj
    @CS-fz3vj หลายเดือนก่อน +1

    Best guide that worked for me, thank you

  • @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

  • @khizarkhan-u4n
    @khizarkhan-u4n 2 หลายเดือนก่อน +2

    Helpfull video thank you
    🤗

  • @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

  • @kennethumis6907
    @kennethumis6907 8 หลายเดือนก่อน +1

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

  • @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

  • @justaguy1321
    @justaguy1321 3 หลายเดือนก่อน +1

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

  • @KamisatoAyato-b9k
    @KamisatoAyato-b9k หลายเดือนก่อน +1

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

  • @rohitrajsarraf
    @rohitrajsarraf 23 วันที่ผ่านมา

    This works in August 30, 2024. Thanks

  • @hcchen6337
    @hcchen6337 หลายเดือนก่อน +1

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

  • @princelappay8735
    @princelappay8735 หลายเดือนก่อน +1

    THANK YOU SO MUCH YOU HELPED ME A LOT!

  • @kpopov26
    @kpopov26 12 วันที่ผ่านมา

    THE BEST GUIDE EVER

  • @MoherZO
    @MoherZO 7 หลายเดือนก่อน +1

    Perfectly running after your tutorial thanks.

  • @mauli1531
    @mauli1531 5 หลายเดือนก่อน +1

    Your tutorial is great, it realy helped me. 😀

  • @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 4 หลายเดือนก่อน +1

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

  • @rezapratama391
    @rezapratama391 หลายเดือนก่อน +1

    Thank you very helpful!

  • @KhadigaMater
    @KhadigaMater 5 หลายเดือนก่อน +1

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

  • @StacyJaxen
    @StacyJaxen 2 หลายเดือนก่อน +1

    thanks so much this was a good clean start

  • @fenrisfish2800
    @fenrisfish2800 8 หลายเดือนก่อน +3

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

  • @gian9728
    @gian9728 วันที่ผ่านมา

    It worked, thank you so much!

  • @laibazahid6836
    @laibazahid6836 หลายเดือนก่อน +1

    thank you bro. this helped me a lot.

  • @4n1r4
    @4n1r4 5 หลายเดือนก่อน +1

    Thank you so much! You saved my life 😁

  • @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.

  • @MachinaSupreme1477
    @MachinaSupreme1477 14 วันที่ผ่านมา

    Thanks, very informative 👍

  • @sahi_beatz
    @sahi_beatz 5 หลายเดือนก่อน +1

    Thank you so much! Very Helpful!

  • @zicraftian
    @zicraftian 9 หลายเดือนก่อน +4

    helpful and to-the-point thanks for this!

  • @AUTTP911
    @AUTTP911 6 หลายเดือนก่อน +1

    THANK YOU, it finnaly works.

  • @ghezalasghari5580
    @ghezalasghari5580 8 วันที่ผ่านมา

    Thank you, it was really helpful 👍👍

  • @Takamitzu
    @Takamitzu 6 หลายเดือนก่อน +1

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

  • @erwinthegreat
    @erwinthegreat 2 วันที่ผ่านมา

    You're the best thank youu❤️

  • @sktech414
    @sktech414 5 หลายเดือนก่อน +1

    thank you very much , I have subscribed to your channel

  • @chaos_panzer1596
    @chaos_panzer1596 9 วันที่ผ่านมา

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

  • @abishekthayaanantham7157
    @abishekthayaanantham7157 10 หลายเดือนก่อน +2

    It worked for me. Thanks :)

  • @KabirAhmed-mg6ly
    @KabirAhmed-mg6ly 3 หลายเดือนก่อน +2

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

  • @atharvpal7038
    @atharvpal7038 8 หลายเดือนก่อน +1

    Thanks man! Great video!

  • @AnujSrivastava-hk5ov
    @AnujSrivastava-hk5ov 3 หลายเดือนก่อน

    Great !!! Simple Clean & Fast

  • @dalyayosuf
    @dalyayosuf 9 หลายเดือนก่อน +1

    Thankyou so much !! you've made it easier for me.

  • @rosesarered397
    @rosesarered397 8 หลายเดือนก่อน +1

    Thanks! This was very helpful for me.

  • @inkydays37
    @inkydays37 6 หลายเดือนก่อน +1

    Appreciate the help.

  • @MuhammadMuhad-p5w
    @MuhammadMuhad-p5w 2 วันที่ผ่านมา

    Thanks for this tutorial

  • @稷-i5o
    @稷-i5o 15 วันที่ผ่านมา

    you vedio is very clear

  • @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 2 วันที่ผ่านมา

      Same problem for me

  • @ChiragAnandAD-
    @ChiragAnandAD- 2 หลายเดือนก่อน

    Excellent , Got it in a one go

  • @CakeprogressS
    @CakeprogressS 6 หลายเดือนก่อน +8

    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 3 หลายเดือนก่อน

      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

  • @motivaon1348
    @motivaon1348 6 หลายเดือนก่อน +3

    At first I thought It didn't even after doing the steps correctly but the problem that I was encountering was at 06:08 the complilers rather than clicking the one with g++ I was instead clicking cpp.exe thanks for the help this almost took 1 week to figure out

    • @KiryuuKaichou
      @KiryuuKaichou 25 วันที่ผ่านมา

      lmao I did the same thing😆im so dumb

  • @Erick-cq7mq
    @Erick-cq7mq หลายเดือนก่อน +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

  • @hidehushandscream9752
    @hidehushandscream9752 4 วันที่ผ่านมา

    i got more instruction than i bargain for

  • @Haoyun-ec3bk
    @Haoyun-ec3bk 5 หลายเดือนก่อน

    Thank you so much. It's really helpful.

  • @tvhwithGDF
    @tvhwithGDF 5 หลายเดือนก่อน

    this video makes ME STRESSED!