English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

please help !

2006-07-30 18:28:34 · 5 answers · asked by danovispoolerjr 2 in Computers & Internet Programming & Design

5 answers

c++ can be understood easily by learning the c++ books or the tutorials available in the net or by attending some classes. it is an easy language and can be understood. it is simple one.

2006-07-30 18:54:08 · answer #1 · answered by george 4 · 0 0

It would be tough to learn C++ by directly jumping to advanced books like Stroustrup etc.
A basic book like Robert Lafore's "Object Oriented Programming with Turbo C++" is a better place to understand not only the basics of the language but also about OOP concepts.
You can also refer to books like "Thinking in C++" by Bruce Eckel, and C++ Primer.
All the best!

2006-07-31 01:45:11 · answer #2 · answered by swami060 3 · 0 0

c++ is an object oriented language which means almost everything is an object.

Think of a class room named 'A' with students. They form a class.Thus you can write the code for this class as

class A
{
String name;
int age;
int marks;
}

now you are creating an instance of the class A.This instance is of course the student.Thus

A student = new A();

This means you are creating an object of the class A whose name is student.This student will have the properites of name,age and marks.

confusing? if so mail me. i will give you an essay ..

2006-08-02 01:12:41 · answer #3 · answered by kanna 3 · 0 0

C++ is a shitty program that ***** up if you do one thing wrong. Keep it simple with HTML and if you cannot understand HTML then you are one of the biggest dumbfucks I have ever seen.

2006-07-31 01:32:00 · answer #4 · answered by Klied 2 · 0 0

tutorials and regarding the dipshit with the first answer dude html cant do **** but create static websites.html isnt even a programming language u dumbass.

2006-07-31 01:49:45 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers