How to Set Up Visual Studio Code for C & C++ Programming (Step-by-Step Guide)

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

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

  • @imshaikrehan
    @imshaikrehan 19 дней назад +2

    Guys
    Seriously this worked for me
    After trying many videos finally this helped
    In other videos they didnt say to install debugger

    • @LearningLad
      @LearningLad  19 дней назад

      Glad my video helped you :)

  • @VivianHuang-rl2tp
    @VivianHuang-rl2tp 13 дней назад +1

    You are a life saver

    • @LearningLad
      @LearningLad  13 дней назад

      glad my video helped you :)

  • @ExpertPeeb
    @ExpertPeeb 4 дня назад +1

    there's always an indian guy with a guide 🙏

  • @ParalyticAngel
    @ParalyticAngel 19 дней назад +1

    Thanks mate. With your help finally I could run for the first time a C++ program in VS Code.^^
    If you would make a tutorial for activating OMP and MPI in VS Code also, you would be my VS Code hero.^^ 😉

  • @cr7neymar908
    @cr7neymar908 14 дней назад +1

    I am getting a path error when I try to run the code.
    Executing task: C/C++: gcc.exe build active file
    Starting build...
    cmd /c chcp 65001>nul && C:\MinGW\bin\gcc.exe -fdiagnostics-color=always -g C:\Users\cr7ne\Desktop\testeC\okay.c -o C:\Users\cr7ne\Desktop\testeC\okay.exe
    The system cannot find the path specified.
    I don't have MinGW on my C drive, are we supposed to?

    • @LearningLad
      @LearningLad  14 дней назад

      yes. you need a compiler. In the beginning part of this video i have explained how you can install one.