- Jul 11, 2004
- 21,867
- 7
- 81
I need to write C code which will compile on GCC on a Unix environment at school. I have SSH access to these machines, but I would like to work locally on my Windows box.
I looked at various IDEs and none of them look any good. The only one I like is Visual Studio, but it does not use GCC.
Question: If I program my C code on Visual Studio, am I going to be able to compile the same code on GCC?
I've used Eclipse C++ (which use MinGW GCC), but it behaves very strangely.
I looked at various IDEs and none of them look any good. The only one I like is Visual Studio, but it does not use GCC.
Question: If I program my C code on Visual Studio, am I going to be able to compile the same code on GCC?
I've used Eclipse C++ (which use MinGW GCC), but it behaves very strangely.