i want to learn about C++ or what i mean to say is that i want to make my own software. Can anyone be kind enough to help me!!
yes you can make ur own software but how much of knowledge do u have for C language
Step 1: Get a good book or search Google for "cpp tutorial" or similar. http://www.learncpp.com looks good. Step 2: Experiment with what you read and learn. Step 3: Repeat Step 2 until done with that resource and then repeat from Step 1.
To translate your code that you can read to code that the machine can execute requires a compiler. If you have a mac, you can download Developer Tools from http://developer.apple.com . If you have a Linux, gcc/g++ will be available for download. If you have Windows, good luck getting one without paying.
For windows, there are several free options. Most popular is likely Microsoft VS Express Edition, though gcc with MinGW is an option, as is Eclipse and Bloodshed Dev C++ (which uses gcc and MinGW) among various others.
Oh yeah, Some links - http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products , http://www.eclipse.org/downloads/, http://www.mingw.org/ , http://www.bloodshed.net/devcpp.html
Ok you have to learn a programming language to develop your own programs. however it's not easy as it sounds, If you're going to do it as a hobby etc then I would recommend you start learning a basic programming language such as Phython, Don't start with C,C++,Java etc.
Join our real-time social learning platform and learn together with your friends!