Educational Materials, Job guides, Career articles » Computer-related » C%2b » Where To Start When Learning the Programming Language C++.

Where To Start When Learning the Programming Language C++.

Submitted by: TigerEye

C++ was created as an extension of the programming language C. Here we will learn more about the correct place to begin learning this popular language. Read on to get started with C++.

To know where to start depends on what type of person you are. If you are a hard-charging person and completely focused on your goals you are going to want to take the quick poweful route. If you are not all that serious about programming you will probably want to learn it just when you have some spare time. Either way you will be learning to write programs in C++. One tip to remember is that C++ is backwards compatible with the original language C. Learning C is tantamount to learning C++.

The best way to learn C++ is to take a class. If you do not have time or do not have the money, you must get online and learn it when you can. To do that there is a site called "cpluscplus" ( cplusplus.com )that has some very useful resources on the programming language C++. There you will learn the basic of the language structure, variables and data types, constants, operators, basic input/output, control of structures, compound data types, object oriented programming, and advanced programming. The cplusplus site also has the standard library for the terms dealing with C++.

The people who can learn more from reading a book rather than looking at a computer screen will no doubt be interested in the best book to safely learn the C++ language. A good tip about books is that you can build up to C++ from C language programming tutorials. You can buy a book on the C language because C++ is created from C. Nevertheless, one of the best books to buy is the one from Greg Perry. It is named; "Visual C++ Programming in 12 Easy Lessons". You can find it on Amazon or just order it from your local bookstore. It comes with a compiler to help you check your programs.

Many places online claim to be the "best place" to learn C++, but only one can actually be the best. If you are okay with staring at your computer screen for hours, or have no other choice, you need a good site to learn from. A good site with a forum would be a good choice since you will be able to ask questions and get help. One such place is "learncpp.com". They have a forum and plenty of people, around 671 at the moment, to offer you some advice. One guy named Lucas is even posting his college lessons online at the forum. This site has loads of information that you will be able to look at for months, if not longer. Check it out if you are serious about diving into C++.

If you are looking to get into game development, C++ is a great place to make some headway into this very lucrative job scene. If you have a good idea for a game or just want to work for the big guys, C++ will give you the advantage you need.

Latest Articles about: C++

1: Where To Start When Learning the Programming Language C++.
Word Count: 536 Date: Thu, 31 Dec 2009 Time: 2:44 AM


|