C Programing Compiler[solved]

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
inktitan

C Programing Compiler[solved]

Post by inktitan »

I am looking for a good C programing compiler equivalent to Pelles. With the same color codes and the ability to preview my project before trying to do an actual make file. I have Tried Geany and NetBeans and like them both but I cant seem to get them to execute the preview. Pelles won't execute the preview in Wine because it doesn't understand the save location. Any advice or tips are welcome and yes I am very new to this.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
vincent

Re: C Programing Compiler

Post by vincent »

Are you looking for a compiler or an IDE, i.e. Integrated Development Environment (which is what Geany and Netbeans are)? For a compiler, I recommend gcc (GNU C Compiler). If you want proprietary alternatives though, e.g. Borland, that's an option as well. As for IDEs, there's a whole range of IDEs out there for Linux ... try one until it suits your tastes, e.g. Eclipse, Codeblocks, Codelite, Anjuta, KDevelop, MonoDevelop, etc.
inktitan

Re: C Programing Compiler

Post by inktitan »

I guess I am looking for an IDE then. I just assumed compiler because the Pelles disk I have is a complier but works the same as Netbeans for the most part. I'll give gcc a shot. Thanks.
DrHu

Re: C Programing Compiler

Post by DrHu »

If you use an Intel processor, you may also be interested in the Intel C compiler..
http://en.wikipedia.org/wiki/Intel_C%2B%2B_Compiler
Locked

Return to “Beginner Questions”