Ask your own question, for FREE!
Computer Science 19 Online
OpenStudy (anonymous):

Where can i get a c compiler from?

OpenStudy (anonymous):

Dear @BaronArawok , Thanks for the question. You can get a C Compiler here - http://www.compilers.net/dir/free/compilers/ccpp.htm Happy to help. With regards, @Arnab_Chatterjee

OpenStudy (farmdawgnation):

Additionally, most Linux distributions allow you to get them from the package manager. On Debian or Ubuntu you can use the command sudo aptitude install gcc I think on Redhat/Fedora/CentOS the command is sudo yum install gcc You will, of course, need to have admin rights on the machine to do so.

OpenStudy (anonymous):

Thanks a million.

OpenStudy (anonymous):

Yes, any of the free Unixes -- Linux, FreeBSD, OpenBSD, NetBSD, PC-BSD, etc. -- have several free C/C++ compilers available for installation (as well as a slew of other languages; if you're into hacking on code, Unix is your dream environment!). The GNU and clang compilers are undoubtedly the most popular, and both are very, very good. I believe the GNU compiler is also available for Windows and several other platforms. Visit gnu.org for details.

OpenStudy (anonymous):

http://www.mingw.org/ Contains almost all compilers from GNU for windows (MINGW) with some Unix tools for windows (MSYS).

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!