How to install GCC-win64 Compiler on Windows 10/11 [2024] | GCC Compiler | C & C++ Compiler

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 23

  • @johnstegman7645
    @johnstegman7645 4 місяці тому +2

    Oh, thank you!!! I have been waiting forever for this. ♥
    I used DJGPP when I taught CS @ UMES (2000-2) and I have been lost without a basic C++ development system.
    This edition of gcc is very smooth to use as well. Gone are the days of D.W. Barron ("Assemblers and Loaders") and Niklaus Wirth's "Pascal User Manual and Report", with Kathleen Jensen. She lead the team that first implemented VAX/VMS PASCAL for Digital Equipment Corp. I was privileged to be the first instructor of Advanced Programming in Pascal in 1984 at UMBC, where I received an M.S. in Applied Mathematics.
    Namaste

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

      Namaste🙏
      Pleased to know about you😊 🙏
      I will definitely post this on my community group👍
      Thank you for sharing this.

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

      @@CSCORNERSunitaRai My pleasure, and privilege,
      to have done so. Access to C++ is vital to learning CS.

  • @behrampatel4872
    @behrampatel4872 13 днів тому

    thank you.
    what are the command to include other header files that we may use in the main c file . for e.g i made a separate header and c file named my_math and has an add function. how do i use this in the main file and compile it.
    Thanks again.

  • @afaqqayyum
    @afaqqayyum 18 днів тому

    I can open the link. I can also click on the download button. But the downloading is not showing. And after 2 seconds, it says your downloading is done. What is this issue? Kindly help me.

  • @prakrutivasava1912
    @prakrutivasava1912 15 днів тому +1

    My gcc is not download when I download it's open in direct notepade how can I solve

  • @APra-y4b
    @APra-y4b 16 днів тому

    Mam can i ask why all people use Ubuntu software for gcc?

  • @cipherhB
    @cipherhB 8 місяців тому +4

    gcc compiler is working fine, but when cpp code is compiled with g++ compiler, the executable is failing to execute with error "The application was unable to start correctly (0xc000007b)"

  • @neethu_k111
    @neethu_k111 3 місяці тому +3

    Is this minGW alternative? Can you please explain the difference between those two ?

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

      GCC stands for GNU Compiler Collection - on open source collection of compilers for various languages based on a common core compiler and linker. MinGW stands for Minimal GNU for Windows. This is a copy GCC plus other common utilities and libraries used in compiling and linking C or C++ code using the GNU tools.

  • @mhariszeeshan
    @mhariszeeshan Місяць тому +2

    Thanks for the video. Can GCC compile both C and C++?

  • @VeryStatic
    @VeryStatic 15 днів тому

    Thank you so much for this helpful tutorial!

  • @duvvuindirapriya9052
    @duvvuindirapriya9052 2 місяці тому +1

    Hello mam I was unable to compile in vscode in laptop what to do

  • @nebiyuawoke2599
    @nebiyuawoke2599 3 місяці тому +2

    Thank you so much! Keep it up!

  • @mohiuddin-swe
    @mohiuddin-swe 7 місяців тому +1

    very useful tutorial