Where can i find the script language?

S

Services of TKO

Hi,
On witch website i can find the whole script language of C++?
I want to learn to program with C++ but i can't find a list of script
language and what that script does (description).
Can you recommand a website?

Thank you for your help and time.
Greetings TKO services
 
V

Victor Bazarov

Services said:
On witch website i can find the whole script language of C++?

What is "script language of C++"? I've been dealing with C++ for
about 13 years and haven't heard about it.
I want to learn to program with C++ but i can't find a list of script
language and what that script does (description).

Buy a good book and read it. Or download one from the web. There
are free books on the web, I can think of at least one: "Thinking
in C++" by Bruce Eckel.
Can you recommand a website?

www.google.com
 
M

marbac

Services said:
Hi,
On witch website i can find the whole script language of C++?

You can use C++ for writing programs running on the machine. But for
"scripting" there are a lot of other languages (perl,php,
shell-"scripting",any-interpreters program ....).
I want to learn to program with C++ but i can't find a list of script
language and what that script does (description).

In computer programming, a script is a program or sequence of
instructions that is interpreted or carried out by another program
rather than by the computer processor (as a compiled program is).
(def. from somewhere from www)
 
S

Services of TKO

Any programs you recommand?
And any sites where i can find the explanation of the code if i type it in?
Like what "{" means. and "}".
I just start to program and dunno anything yet...
I only know a few scriptlanguages... Like: Html and Java...

Thanks for all the people that reply this group.
 
S

Services of TKO

Oh by the way.
Thanks for all the people that replied this group and helped me a lot with
C++.
Thank you all...
I really appriciate that you help.
Btw my english is not so good.... You will notice ;).
 
V

Victor Bazarov

Services of TKO said:
Any programs you recommand?

A spell checker.
And any sites where i can find the explanation of the code if i type it in?
Like what "{" means. and "}".

Why do you need that? You already know Java (as you claim below),
the meaning of { and } is the same in C++.
I just start to program and dunno anything yet...

You know you need to ask questions. That's good. Next thing you need
to know is that studying a language through a newsgroup or web is not
the best way. Find a good book.
I only know a few scriptlanguages... Like: Html and Java...

Neither of them is a "scriptlanguage". One is a markup language, the
other is a programming language.

V
 

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

Members online

Forum statistics

Threads
474,172
Messages
2,570,934
Members
47,479
Latest member
JaysonK723

Latest Threads

Top