954,496 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Ivor Horton's Visual C++ 2010 book for learning C++

I'm still interested if someone read this book since it's based upon standard C++?!
Can one learn C++ over Visual... I mean what's difference anyway, except M$ is involved in Visual ?!

literal
Newbie Poster
20 posts since Jun 2010
Reputation Points: 10
Solved Threads: 1
 

I think you are confused.
C++ is the language, whereas Visual C++ is an ide and compiler suite created by Microsoft, which helps with programming in C++

tundra010
Light Poster
38 posts since Jun 2009
Reputation Points: 11
Solved Threads: 5
 

I'm a novice :D

literal
Newbie Poster
20 posts since Jun 2010
Reputation Points: 10
Solved Threads: 1
 

One reason its named "Visual C++" because its a c++ compiler/IDE designed to make writing MS-Windows programs easier. Otherwise it will compile standard c++ programs without a problem unless you try to use something from the newest version of c++ standards which vc++ has not yet implemented. But then most c++ compilers are not 100% c++ standards compliant.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

In other words I can learn c++ with it ?!

literal
Newbie Poster
20 posts since Jun 2010
Reputation Points: 10
Solved Threads: 1
 

that is what it seems to be doesn't it ? :P

anu07
Junior Poster in Training
66 posts since Jun 2010
Reputation Points: 7
Solved Threads: 5
 

yes it will buy the book,buy visual studio.
and you are good to go actually it is one of the latest IDE and compiler for c++
also if you are looking for a free alternative you can use the visual c++ Express(free version) which offers limited features or use Code::Blocks which is a fully fledged open-source IDE just download the one with MinGW compiler HERE is the link

alaukik
Newbie Poster
6 posts since Jun 2010
Reputation Points: 12
Solved Threads: 3
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: