Hi there, I am about to start C and I couldn't manage to find an editor, not even one. I want the editor to be compatible with Linux but I would like to write in Windows environment. Maybe there is a simulator or something? Thanks in advance :bad:
C Editor
Started by skypower, Feb 16 2010 05:29 AM
6 replies to this topic
#1
Posted 16 February 2010 - 05:29 AM
|
|
|
#2
Posted 16 February 2010 - 06:16 AM
Try Open Watcom.
Main Page - Open Watcom
It was once a commercial C/C++ product. Now avaliable free. Comes with a decent IDE. Nothing amazing, but it works nicely.
Main Page - Open Watcom
It was once a commercial C/C++ product. Now avaliable free. Comes with a decent IDE. Nothing amazing, but it works nicely.
Buzz PHP Class Library - Web Components Made Easy!
http://www.buzzphp.com/
http://www.buzzphp.com/
#3
Posted 16 February 2010 - 06:21 AM
I will try that, thanks. Does it work for both Linux/WIndows?
#4
Posted 16 February 2010 - 06:25 AM
There's ports for open watcom on most O/Ss, I used to use it on QNX
I use vim in linux and Crimson Editor in windows.
There's also Codeblocks which is pretty popular
I use vim in linux and Crimson Editor in windows.
There's also Codeblocks which is pretty popular
#5
Posted 16 February 2010 - 06:36 AM
Compatible?
Depends what you mean by compatible. Watcom doesnt run under Linux. but, its a ANSI C/C++ compilier so you can write portable code.
With C/C++ development, you will have to re-compile under Linux anyway.
If you are concerned about your assignments running under Linux, then Watcom is the way to go.
There are a number of ports of GCC for Windows. This is one, but IDE's are seperate:
MinGW | Minimalist GNU for Windows
IDE | MinGW
Borland did make a product that was dumped which was a portable IDE written in Java that use MinGW for its compilier. I have a copy and its a great IDE, but its no longer avaliable.
There are more here:
Cprogramming.com FAQ > Compilers/IDE's
I would just use Watcom.
Depends what you mean by compatible. Watcom doesnt run under Linux. but, its a ANSI C/C++ compilier so you can write portable code.
With C/C++ development, you will have to re-compile under Linux anyway.
If you are concerned about your assignments running under Linux, then Watcom is the way to go.
There are a number of ports of GCC for Windows. This is one, but IDE's are seperate:
MinGW | Minimalist GNU for Windows
IDE | MinGW
Borland did make a product that was dumped which was a portable IDE written in Java that use MinGW for its compilier. I have a copy and its a great IDE, but its no longer avaliable.
There are more here:
Cprogramming.com FAQ > Compilers/IDE's
I would just use Watcom.
Buzz PHP Class Library - Web Components Made Easy!
http://www.buzzphp.com/
http://www.buzzphp.com/
#6
Posted 16 February 2010 - 06:52 AM
#7
Posted 17 February 2010 - 03:19 AM
You made it clear guys, thanks :)


Sign In
Create Account


Back to top










