How to Download and Install C C++ Toolset ( gcc g++ gdb debugger ) in Windows 11 Computer

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • In this tutorial you will learn to download and install MinGW-w64 ( Minimalist GNU for Windows ) toolset ( gcc g++ gdb ) for developing C and Cpp programs on windows 10 or windows 11 computer using msys2 Software Distribution and Building Platform.
    Command to Check for updates
    pacman -Syu
    Command to install C, C++ Toolset and gdb debugger
    pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
    Our Website
    www.LearningLad.com
    Social Media
    Facebook / learninglad
    Twitter / learningladedu
    Instagram / learningladofficial

КОМЕНТАРІ • 13

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

    Thankyou , very detailed explanation.

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

    thank you sir.. i was trying to install it using other tutorials but they were'nt helpful at all but this tutorial helped me solve a error while installing the gcc

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

    You're a life saver!!!

    • @LearningLad
      @LearningLad  5 місяців тому

      glad my video helped you :)

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

    Thanks for the video🙂

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

    loved the vedio

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

    after entering the pacman -Syu command i get this error: failed to synchronize all databases (unable to lock database)