Best C Compiler For Windows 7 64-Bit

Ashucomp

Ashucomp

@ashucomp-J62gaZ Oct 26, 2024
Too tired of trying the different compilers for c programs. I have windows 7 64 bit installed and want a compiler for c programs. I installed turbo c++ but it gave me headache😡😡😡😡😡. It's not executing programs rather getting hanged. So please give any link........👎👎👎

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • beingab

    beingab

    @beingab-l4GkXZ Jul 19, 2014

    Use dev c++ .. it's an Ide and works fine for c/c++
  • avii

    avii

    @avii-TGGs8o Jul 20, 2014

    switch to linux, use gcc. Profit.
  • Ashucomp

    Ashucomp

    @ashucomp-J62gaZ Jul 20, 2014

    thanks friends!!
  • HRG

    HRG

    @hrg-sm4qy1 Jul 21, 2014

    dev c++ it doesnt support some header files like conio.h ,graphics.h etc !! the best way for c programming is as #-Link-Snipped-# said switch to linux and enjoy with gcc !! incase you r lazy that much to partition for linux , use linux in a virtual machine.
  • KenJackson

    KenJackson

    @kenjackson-mBf7HF Jul 24, 2014

    Ashucomp
    So please give any link.
    <a href="https://www.thefreecountry.com/compilers/index.shtml" target="_blank" rel="nofollow noopener noreferrer">Free Compilers and Interpreters for Programming Languages (thefreecountry.com)</a> is a site that maintains lots of links to compilers and other development software.

    But my advice is to install the <a href="https://cygwin.com/" target="_blank" rel="nofollow noopener noreferrer">Cygwin</a> environment (download setup-x86_64.exe and run it). Then install GCC. You can also install cross-compiler versions that build for Windows without Cygwin.