I will be writing C programs for a class i'm taking and the easiest route is to connect to the server via SSH secure shell in Windows, or simply through my linux terminal (because I run a dual boot system) and write, compile and test on a Unix machine. Although I do enjoy syntax highlighting provided by text editors. My preferred one at the moment is TextPad for windows on my home pc. It contains a C syntax file as well. Can I simply install a compiler and be able to not only write, but compile and run C programs? Can anyone help me out with links where I could find a C compiler, or a detailed how to in order to get the compile and run commands set up afterwards? Thanks!
Writing C programs on my personal computer
Started by circuz_phreak, Sep 10 2007 12:42 PM
4 replies to this topic
#1
Posted 10 September 2007 - 12:42 PM
|
|
|
#2
Posted 10 September 2007 - 01:57 PM
I have yet to see a Linux distro that does not include gcc.
If you have windows and want to develop under windows, there is OpenWatcom and MS Visual Studio Express for free options.
If you have windows and want to develop under windows, there is OpenWatcom and MS Visual Studio Express for free options.
#3
Posted 10 September 2007 - 06:01 PM
Bloodshed's Dev-Cpp is also a very good environment, compiles C and C++
#4
Posted 11 September 2007 - 07:59 AM
You can also just get the MinGW compiler, which is a port of GCC to windows.
#5
Posted 11 September 2007 - 09:15 PM
I'll second WingedPanther's statement.


Sign In
Create Account

Back to top









