Tuesday, July 12, 2011

Why can't compiled languages be interpreted?

Yes and if you're using an IDE, not really. C++ and other non scripting language based programs need to be compiled to check for errors, and build your program correctly linked with specific libraries attributed with the OS (I/O for example). In scripting languages you're used to finding errors at runtime because there is no real compilation.

No comments:

Post a Comment