script query

  • Thread starter Thread starter reiks
  • Start date Start date
R

reiks

How is script-based programming different from the
langauges like C,C++?

I need a detail explanation

plzz help me out
 
Hi Reiks,

This is not a platform to ask a detail explanation I think that for that you
have to go to the library.

But in general
Code made with script language is never compiled to machine code or
intermidiate code, that is everytime done when it is processed.

Code made with languages as C, C++ are first compiled and than is the
compiled program resused everytime. This is of course much faster than
scripting.

I hope this gives an idea about it?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top