Hello c++ is an object oriented programing language it is basic language if you are good in this language you can very easily learn java and other languages
software required is a compiler you can download from http://borland.com
If you want to learn c++ go to http://www.cplusplus.com/doc/tutorial/
here is a sample program
#include%26lt;iostream.h%26gt;
void main()
{
cout%26lt;"hope this has aswered your question";
}
Where can i learn c++ and aslo tell me of a programme to use that language?
You can learn c++ right on your own computer. Start making programs, get on the internet and look stuff up, try out examples and figure out how they work, etc.
A good program I recommend for c++ development is codeblocks. Very simple, lightweight, and easy to use for a beginner. Go to http://www.codeblocks.org/ to check it out.
Reply:MSDN is the best place to learn C++
"http://msdn2.microsoft.com/en-us/libr...
First learn the basics well. Then try to emulate real world problem like - ATM (where you get cash by swiping normal card or silver card or gold card). Google would help you more in getting to problem domain too.
Reply:The best IDE for C++ is of course Visual Studio. The catch? It's REALLY expensive. How can you learn it? Buy a book, read it, then get Visual Studio and use IntelliSense.
Reply:If you'd like to find a lot of free programming compilers, editors, tutorials and other freebies, try out the URL below.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment