I am currently doing all my C or C++ in Visual Studio or Dev C++, both installed in free version form on my computer. What I would like to do is simply write a C program (not C++) in Notepad++ and run from the cmd command line. The Java equivalent would be javac [name of java file]. Do I need to download anything not already given with the IDEs already mentioned?

How do I do this?