![]() |
|
#1
|
|||
|
|||
a good compilerHi all,
Could someone suggest me a good C compiler which could be used on Windows, Linux and MacOS? I'm currently using Dev C++, but as far as I know it only works under Windows. Thanks a lot. |
|||
|
#2
|
||||
|
||||
Re: a good compilerNone. A compiler must be written to work on a specific O/S. As long as you stick to Standard C/C++ code, you should be able to compile the source on any system with any compiler.
__________________
The 3 Laws of the Procrastination Society: 1) Never do today that which can be put off until tomorrow 2) Tomorrow never comes |
|
#3
|
||||
|
||||
Re: a good compilerHi gustavson,
Note that Dev C++ is not a compiler. It is just an IDE(Integrated Development environment). Dev C++ uses the MinGW compiler. You can find various list of compilers in this link: C/C++ compilers But as WaltP said, we should stick to standard C/C++ code so that it works in any compiler we use. Regards, Paramesh. __________________
Don't walk in front of me, I may not follow. Don't walk behind me, I may not lead. Just walk beside me and be my friend. |
|
#4
|
|||
|
|||
Re: a good compilerThanks guys for information. Is just that I was wondering if I might be able to use the same IDE on different operating systems.
|
|
#5
|
||||
|
||||
Re: a good compilerNo. Software (which an IDE is) cannot be moved from one system to another. You must find programs built specifically for each system. Sometimes the software designers actually build their software for the various systems, others just for a specific system. You'll have to look around for multi-system programs.
__________________
The 3 Laws of the Procrastination Society: 1) Never do today that which can be put off until tomorrow 2) Tomorrow never comes |
|
#6
|
|||
|
|||
Re: a good compilerQuote:
Actually yes, you can. The eclipse platform (http://www.eclipse.org) has a C/C++ toolkit. Not for UI design, but it compiles using make. So basically you can use it on any system that has make. It has the basic stuff like code completion etc. Since it's written in Java it can be used on Windows, Mac, Linux and Solaris and several other unix flavours. Just go to http://www.eclipse.org download eclipse, look under tools and get CDT (C Developer Toolkit), download and install. |
|
#7
|
||||
|
||||
Re: a good compilerQuote:
Try installing Eclipse meant for Windows in Linux. It wont work. Try installing Eclipse meant for Linux in Windows. It wont work. This was what WaltP meant. Visit this link which shows various OS and their corresponding Eclipse downloads. http://www.eclipse.org/downloads/index.php But the look and feel may be the same in all operating systems. Thank you for your information. Regards, Paramesh. __________________
Don't walk in front of me, I may not follow. Don't walk behind me, I may not lead. Just walk beside me and be my friend. |
|
#8
|
|||
|
|||
Re: a good compilerQuote:
Actually, this is becuase each OS needs the RCP stack, and not because of the IDE. The RCP stack contains the native widgets. I really don understand why eclipse does not ship the RCP stack separate. ![]() |
|
#9
|
||||
|
||||
Re: a good compilerQuote:
Quote:
Quote:
So yes, details are important. Without them you can't arrive at a solution, nor can you understand the problem. __________________
The 3 Laws of the Procrastination Society: 1) Never do today that which can be put off until tomorrow 2) Tomorrow never comes Last edited by WaltP : 07-Nov-2005 at 11:07.
|
Recent GIDBlog
Install Adobe Flash - Without Administrator Rights by LocalTech
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help required to choose compiler | Paramesh | C++ Forum | 1 | 24-Sep-2005 11:59 |
| good code? | kai85 | C++ Forum | 6 | 18-Apr-2005 12:04 |
| Newbie : need help with Dev-C++ compiler | batrsau | C++ Forum | 2 | 20-Mar-2005 22:05 |
| 32 bit compiler needed | meet_raman | C++ Forum | 2 | 24-Jun-2004 04:42 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The