Commands to compile programs on Windows
Posted
by Arjun Vasudevan
on Stack Overflow
See other posts from Stack Overflow
or by Arjun Vasudevan
Published on 2010-04-08T01:02:36Z
Indexed on
2010/04/08
2:03 UTC
Read the original article
Hit count: 459
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 we have for VB- *vbc program_name.vb*, what are the commands to compile programs in other languages?
© Stack Overflow or respective owner