compiling from the command line

  • Thread starter Thread starter MCSD
  • Start date Start date
M

MCSD

what's the vc++.net compiler name? you have vbc.exe for vb, csc.exe for C#.
what's the name for C++? I can't find it. :-(

TIA!
 
MCSD said:
what's the vc++.net compiler name? you have vbc.exe for vb, csc.exe for C#.
what's the name for C++? I can't find it. :-(

cl.exe

:-)
 
awsome!! what does the 'l' stand for, linker?

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.

thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top