Pradeep bhatt wrote:It has been several years since I worked on cpp. Where can I gets started. which free cpp software can i download ? I am using a windows 7 laptop.
gcc is free, and ported to a wide variety of OSes, including Windows. The best Windows port of gcc is the TDM build.
Also, what is considered to be good C++ has evolved considerably over the years. So, get a recently published and warmly recommended text book (*). And be prepared for a long learning curve.
(*): While AJW's book would score on both my criteria, it does not appear suitable for beginners to C++. I'd suggest C++ Primer or Accelerated C++
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- Antoine de Saint-Exupery
I would recommend Visual C++/Studio Express edition too!
You can learn a great deal with this.
About books -> think nothing beats "Thinking in C++" by Bruce Eckel.
Everyday is a Learning phase! Hence ask "What have I learnt today?"