-
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........👎👎👎0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • Jul 19, 2014
Use dev c++ .. it's an Ide and works fine for c/c++Are you sure? This action cannot be undone. -
Member • Jul 20, 2014
switch to linux, use gcc. Profit.Are you sure? This action cannot be undone. -
Member • Jul 20, 2014
thanks friends!!Are you sure? This action cannot be undone. -
Member • 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.Are you sure? This action cannot be undone. -
Member • Jul 24, 2014
<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.AshucompSo please give any link.
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.Are you sure? This action cannot be undone.