Pages

Monday, 4 March 2013

#1 Introduction to C++ Programming - CPP Tutorials for Beginners

General Introduction




Waah! We are now going to study a brand new and wide subject, C++!
         
            C++ is both an object-oriented and general purpose programming language. There was this long conflict between programmers of 90's whether C or C++ is better. Well, everyone has different Point of Views.
                          I think it in this way : C++ has all features included in C, plus many other new features like Inheritance, Polymorphism (We will study these later). So, C++ is a super-set of C. Or, knowing C++ makes you familiar with almost all the features in C too. Obviously, there are differences in structures, but features are same.

      C++ was developed by a computer scientist named Bjarne Stroustrup, of Bell labs in 80's.

Enough trash talks. Let's get into business!

Beginning C++ 

Prerequisites

NOTHING! I mean it! Nothing!!! There is no need for prior experience in any other languages to learn C++
But a little logic will help.

Things You Need

You must have a not-so-bad computer, with any Operating system.
You must have a compiler of your choice (There are plenty out there in the internet). I am using Turbo C++ 4.5 for demonstration. (Google it, Download it!)

Next Step


Well, be equipped with the things above in the description and
Keep Calm and Wait for my Next Lesson! 

UPDATE : #2 is HERE!
;)

Happy coding! :)

No comments:

Post a Comment