Ask your own question, for FREE!
Computer Science 21 Online
OpenStudy (anonymous):

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!!

OpenStudy (anonymous):

yes you can make ur own software but how much of knowledge do u have for C language

OpenStudy (anonymous):

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.

OpenStudy (rsmith6559):

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.

OpenStudy (anonymous):

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.

OpenStudy (anonymous):

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.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!