Visual studio is ok, but i really hate the fact that you have to go through all the process of project creation just to compile one source file. Is there any compiler in windows that allows compilation directly from directory?
Yeah, for one there's cl
(the compiler used by Visual Studio). Any half-decent compiler will have a CLI so any C compiler for Windows from bcc
to Digital Mars should do the trick.