开发者

Commands to compile programs on Windows

In case I have .NET framework installed in my computer + all the necessary other language support (Perl Interpreter, etc)

What are the commands I should give in the console to compile programs in the following languages:

1. C

2. C++

3. Java

4. Python

5. VB

6. C#

7. Perl

8. Ruby

Like 开发者_如何学JAVAwe have for VB- vbc program_name.vb, what are the commands to compile programs in other languages?


  • C and C++: cl
  • Java: javac
  • Python: python or pythonw
  • VB: vbc
  • C#: csc
  • Ruby: ruby


Are you looking for something like devenv?

http://msdn.microsoft.com/en-us/library/xee0c8y7%28VS.71%29.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜