Computing.Net > Forums > Programming > New to c++

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

New to c++

Reply to Message Icon

Name: adam01
Date: August 13, 2007 at 05:58:04 Pacific
OS: xp /vista
CPU/Ram: _
Product: dell /packard bell
Comment:

Hi,
Im pritty much new to c++ and i want to be able to make my own programs and that.

Is there any online manual to get me going, or code definitions.

Also is there any program to make stuff using c++.



Sponsored Link
Ads by Google

Response Number 1
Name: Chi Happens
Date: August 13, 2007 at 07:45:41 Pacific
Reply:

C++ has a pretty steep learning curve, but is the best language to start with IMHO as it will teach you disciplines that some other languages lack, such as memory management.

The BEST way to learn C++ is by using a book such as "C++ How to Program, by Deitel" as it takes you from the very basic information to the more advanced items such as linked-lists and binary trees.

All you need to create programs in C++ is a text editor and a compiler/linker. There are several free compiler/linkers as well as IDEs. I believe that Eclipse http://www.eclipse.org/ is one of the best free C++ IDEs (it also works with Java)

Borland has a free compiler and there is also a GNU C++ compiler that is good. C++ is now standardized, so you should be able to use any compiler. Some compilers, such as Borland's include Borland Specific stuff too, so you can use some of the shortcuts that C++ Builder users use, but I would stick to the standard C++ library until you gain more knowledge.

Hope this helps some.

Good luck in your C++ quest.
Chi

They mostly come at night...mostly.


0

Response Number 2
Name: Mechanix2Go
Date: August 13, 2007 at 13:04:17 Pacific
Reply:

Hi Chi,

Long time no see


=====================================
If at first you don't succeed, you're about average.

M2



0

Response Number 3
Name: adam01
Date: August 15, 2007 at 12:45:20 Pacific
Reply:

Thanks Chi,

Also is there any online manuals/tutorials?


0

Response Number 4
Name: Roger Ngo
Date: August 17, 2007 at 10:36:58 Pacific
Reply:

I would recommend Visual C++ 2005 Express Edition for developing your C++ applications. You could get it at Microsoft's website, and it's free.

Visual C++ 2005 Express: http://msdn2.microsoft.com/en-us/ex...

In my opinion, VC++ Express Edition is a very good compiler.

For tutorials, I recommend you going to http://cplusplus.com and read their documentation. If you want to get a book, I would also recommend you read Deitel's C++ How To Program. You could get it off of ebay cheaply.

Hope this helps :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


batch: extract 1st char o... reading particular LINES ...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: New to c++

New to C www.computing.net/answers/programming/new-to-c/5480.html

New to C, need help Programming www.computing.net/answers/programming/new-to-c-need-help-programming/5505.html

New to C++ www.computing.net/answers/programming/new-to-c/8416.html