I just bought "Jamsa's" C/C++/C# programmer's bible". I thought I'd learn
standard C and C++ and was hoping that I could use my VS.net compiler for
this.
cl.exe is "compile and link", since the tool will be default run the linker
after doing the compile. The intent is that for simple programs, you can
compile and link in a single command.