I want to develop C on Windows, but I really like just using vim and gcc to compile on Linux. Is there an IDE for Windows that is as simple?
I just want an editor with numbered lines, syntax highlighting, and a compile/run/build button that is all! (I am very new to C)
Or is there a way I have get Vim for Windows to compile C?
Thanks a lot
Solution: Set up MinGW, then GVim so I can jsut pen up vim and run :make to compile : )
As for a compiler, I would recommend MinGW.