MSYS2 - GCC/MinGW on Windows (C/C++ Development)

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

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

  • @margarethill801
    @margarethill801 Год назад +5

    Excellent explanation!!!
    In my case, cleared up a lot of confusion.
    Also the segment on adding a NEW profile in the Windows Terminal was very helpful.

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

    This video was extremely helpful, thank you so much.

  • @bhanderidhruvbhanderidhruv557
    @bhanderidhruvbhanderidhruv557 4 месяца назад +2

    Excellent explanation!!!
    In my case, cleared up a lot of confusion. thank you so much.

  • @catmuf
    @catmuf Год назад +4

    Simply the best tutorial for starters and well explained

  • @aerospace_andy
    @aerospace_andy 6 месяцев назад

    thank you, this was really enlighting! I enjoyed how you resolved my questions that just came up on the go intuively

  • @_dense
    @_dense Год назад +3

    the most useful thing on the internet

  • @danial_amini
    @danial_amini 6 месяцев назад

    why this guy doesn't have more subscribers!!! wow sir your channel is a gem

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

    Thank you, great explanation!
    Not just "Install this - the end".

  • @TechWithIndy
    @TechWithIndy 18 дней назад

    Thanks. Great video.

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

    I have been using it for a while. It is very convenient. Also I succeed in compiling source that otherwise just won't compile in any other pipeline on win (sdl_gpu for example) with the MSYS2 system. It's so good.

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

    This video was very helpful. Subscribed.

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

    Fantastic tutorial! Thanks twinberg

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

    Thank you!!

  • @edwardmacnab354
    @edwardmacnab354 Год назад +5

    the windows terminal add on thing is just another layer of complexity that is definitely a persistent trend these days .

  • @AstonCrane
    @AstonCrane Месяц назад +3

    This problem is just a nightmare for those who only want to use a c application and the author just DONT WANT TO GIVE THE COMPILED FILES.

  • @alcidesneto6415
    @alcidesneto6415 Год назад +3

    Thank you so much for uploading this video. Simply, direct, and well explained. However, after compiling my "hello_word.cpp" for test purposes, I have an error with "libstdc++6.dll when I try to run the .exe. Looks like Windows can not find this .dll. Could you help me?
    EDIT: I just statically linked the C and C++ standard libraries: c++ helloWorld.cpp -static -o HelloWorld.exe

    • @johannweber5185
      @johannweber5185 Месяц назад

      If you want to use the dlls, you can copy it in the same folder as the executable. Alteratively you can adapt the dll search path.

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

    When i compile hello world in mingw64 it links my exe with libstdc++-6.dll.
    That is not part of windows.
    It's fine if I use printf instead of cout and don't use any c++ features.
    Can you show how to compile hello world step by step ?

    • @johannweber5185
      @johannweber5185 Месяц назад

      It should work if you copy the dll in the same directory as the executable or otherwise add the path were the dll is to the library path.

    • @peterSobieraj
      @peterSobieraj Месяц назад

      ​@@johannweber5185 It may works on my computer.
      But if I want to give my program to other user, then it become a problem.
      It works if I already have project with multiple files and installer for it.
      But if I make some screensaver or some simple project like this, I usually want to give user only 1 file.
      Explaining non-technical user how to extract zip is suprisingly dificult.
      Also I use to go for competitions where you have to provide single exe file with size less than 4KB or 64KB, depending on size category.

  • @Hellgenio
    @Hellgenio 6 месяцев назад

    no sudo?

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

    shocked ...gentleman like u have so less suscriber

  • @RenatBikaev-nt7hq
    @RenatBikaev-nt7hq 8 месяцев назад +1

    Has anyone told you how much you look like Ben Affleck?

    • @constref1983
      @constref1983  Месяц назад

      I get different things, but never got Ben :)

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

    Clang please

  • @mangaas
    @mangaas 2 дня назад

    Too woke, DEI.

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

    splendid! thanks for this video.