[WIN] C++ (gcc MinGW64) in Eclipse - Installation on Windows 10 + First Program + Free Demo Code

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

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

  • @alenholsey5354
    @alenholsey5354 4 года назад +9

    THIS WAS SOOOO HELPFUL! I was stuck on this "gcc error" for hours until this video! Thank you soooooo much!!

    • @z1lla4
      @z1lla4 3 года назад

      Is that you in profile pic ?

    • @alenholsey5354
      @alenholsey5354 3 года назад

      @@z1lla4 Yes

  • @olzhasdossaibek9095
    @olzhasdossaibek9095 4 года назад +2

    Thank you man! If you are a NU freshman struggling with this issue for quite a while, hit this like button!

  • @TuxedoPanther
    @TuxedoPanther 3 года назад

    Thanks a million, I finally got Hello World in C++ to compile and run!

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

    very helpful. I understand why we use mingw instead of gnu now. and we can't use microsoft c++ compiler in eclipse is my guess

  • @carlocaceres7791
    @carlocaceres7791 4 года назад

    Dr Daniel,
    Thank you for sharing this educational information it help me a lots because since the beginning I couldn’t execute (play button) my first code on C++ but with your video I found the solution 🤘🤘

  • @saennia
    @saennia 4 года назад +1

    The compiler is not showing up when I try new project

  • @dallasblackburn7908
    @dallasblackburn7908 4 года назад +5

    If anyone gets a "WinMain" undefined message, simply save your project then hit the Build button.

  • @usamakhalid1327
    @usamakhalid1327 3 года назад +1

    May God bless you. Thanks a lot

  • @wilsonmare2596
    @wilsonmare2596 2 года назад

    Thanks for the help bro.I really needed it!I have subscribed

  • @SQADIRKVM
    @SQADIRKVM 4 года назад +1

    Cannot run program "gcc" : Launching failed please tell me a solution for this

    • @manw3bttcks
      @manw3bttcks 3 года назад

      the package is "gcc" but the compiler is named "g++"

  • @arphaksad01
    @arphaksad01 2 года назад

    This install doesn't work anymore. Getting file download error when installing MinGW

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

      Meanwhile YT deletes my recommendations for alternatives, lol..

  • @fajaranggara1599
    @fajaranggara1599 3 года назад

    Hi, I 've trying your tutorial, but i have the following error,. undefined reference to `WinMain',. can you give some advices??,.

  • @pureradiants888
    @pureradiants888 2 года назад

    Thank you so much!!! ily

  • @orking2074
    @orking2074 3 года назад

    MAN! YOU ARE AWESOME!! THANKS YOU!!

  • @PedroIgor91
    @PedroIgor91 4 года назад

    Awesome! Thank you!

  • @jaylaw.7660
    @jaylaw.7660 3 года назад

    Thank you so much!!! love you Lol

  • @e-motep876
    @e-motep876 4 года назад

    life savior

  • @iggyzane
    @iggyzane 4 года назад

    Awesome, thank you

  • @Jaro966
    @Jaro966 4 года назад

    Thanks

  • @basaltnow
    @basaltnow 4 года назад +3

    there is a serious problem with the run command, you should not take that so easy and just ah go over it. It is like well my car currently is loosing all its oil, but normally it is not that case so lets go to the next topic. No, that does not work at all. Thumbs all down.

    • @randallanderson4999
      @randallanderson4999 3 года назад

      This problem and the errors I was getting just trying to do the simple Hello World project, with NO help from Eclipse, was just to much for me. I went with another IDE. Eclipse should have better hints, or suggestions as to what may be wrong with Your approach.
      It seems that Eclipse works best After you have successfully built and run multiple projects.