|
VC,
VB
VC
or visual C is the one that i have to revise time and again
because it is a really sophisticated programming language.
on the ohter hand, VB or visual basic, is a much simpler scripting
language.
when
asked, most people would tell you VB is a "programming
language", which would sound more prestigious than "scripting
language". so what's the big diff? in fact, both languages
when compiled, gives a program. however, REAL programming
invovles very lengthy codes which can probably fill up more
than 20 pages of A4 sized paper. scripting is about half or
lesser than that length.
in
general, all programs are written in languages, which only
their compilers can undestand. compilers are programs which
transform loads of codes into excutable procedure, all the
procedure combines to form a program. the grammer and vocabulary
are the things we learn in a computer language, like VC and
VB.
all
computer languages are logical and systematic. when written,
a condition is specified and a procedure is executed. however
some computer languages are more specific in thier task or
their keywords (as vocab in english) are more do do with some
things.
VC
and VB are from microsoft. there are more languages by microsoft
and there are also languages from other group companies.
|