SOURCE CODE

V

Vicencia Vitus

I want to know i generaaly what is the maening of the source code and what is work and how.
 
B

Bob Phillips

Source code is the code that is created by the developer from a
specification in it's initial form. This is usually a text file, although
not necessarily. Source code is then either compiled into an executable (as
with Visual Basic), or is interpreted at runtime (as with VBA).

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

Vicencia Vitus said:
I want to know i generaaly what is the maening of the source code and what
is work and how.
 
Top