kevinwaite
kevinwaite

Reputation: 649

what is the latest Microsoft command line C/C++ compiler?

What is the latest Microsoft command line C/C++ compiler?

Is it now free, what does it cost?

Looking for a link for it?

Upvotes: -1

Views: 1349

Answers (1)

sehe
sehe

Reputation: 393694

Erm...

  1. download VS2010 Express
  2. install
  3. Launch VS2010 Command Line shell
  4. invoke cl.exe /? and profit

Upvotes: 2

Related Questions