@ Catfish666: The latest Visual Studio (2013) includes C#, VB too and is huge to download ~700MB while in 2010 you can download the IDE for different languages seperately.
@ Stormboy: the compiler and C++ standard library shipping with Visual Studio 2013 implement a lot of C++11 features, whereas in Visual Studio 2010 only certain C++0x features are implemented.
As AidaVed learns the C++ language he (she) will eventually want to learn to use C++11 features: basic, yet very sane things like initializer lists, and uniform initialization, range-based for() loop, hash maps, etc.
The original Borland product line lives on under the Embarcadero company. Nowadays it is probably of most interest for RAD Studio, which evolved from the earlier products such as Borland C++ Builder. Although it is actually good, it comes at a price, the starter version is perhaps affordable, but I'd recommend looking at the free alternatives first.