I just want the ECMA language translated into native code with the fundamental runtime (garbage collector) etc. I\'m not talking about .NET just the language specification of C#.
I\'m trying to compile my code to test a function to read and print a data file, but I get a compiling error that I don\'t understand - \"error: expected constructor, destructor, or type conversion be
Perl has the -c switch to compile the code without running it.This i开发者_运维技巧s convenient for debugging compile errors in Perl.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.