Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@beingab-l4GkXZ • Jul 19, 2014
Use dev c++ .. it's an Ide and works fine for c/c++ -
@avii-TGGs8o • Jul 20, 2014
switch to linux, use gcc. Profit. -
@ashucomp-J62gaZ • Jul 20, 2014
thanks friends!! -
@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-mBf7HF • 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.