How to use C++ Language?
-
Ok so I want to know how to use C++ and what I can do with it. If you have any websites that can help me use it, please tell me. What can I do with C++? Is the language hard to learn? WHAT PROGRAM DO I USE TO WRITE AND PROGRAM THE C++ LANGUAGE? Try to answer all these questions
-
Answer:
This is not something anyone is going to answer quickly. Google. Start here. http://www.cplusplus.com/
Anson at Yahoo! Answers Visit the source
Other answers
C++ = Tutorials online: http://www.cprogramming.com/tutorial/lesson1.html http://www.cplusplus.com/doc/tutorial/ = Free Electronic Books: Thinking in C++ 2nd Edition by Bruce Eckel Volume 1 & Volume 2 http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html = Code::Blocks == Open Source C/C++ IDE http://www.codeblocks.org/downloads/binaries codeblocks-8.02mingw-setup.exe = Game Programming Tutorials: http://www.cppgameprogramming.com/cgi/nav.cgi?page=index http://www.toymaker.info/Games/html/beginners.html
1. http://www.cplusplus.com/doc/tutorial/ would be a good place to start learning it. You should also try some books. 2. You can do anything with C++. It's used to build simple applications, advanced games, and even entire operating systems (Windows is written mainly in C++). 3. Well, the difficulty is all relative. It's a lot easier than learning machine code or assembly code, but you need to be good at math. Remember that high school algebra? If you were good at that, you'll be good at programming. It's all logic. 4. You can write C++ in any text editor. You could even use Microsoft Notepad. It's easier if you use an editor with syntax highlighting and auto indentation like Notepad++ ( http://notepad-plus.sourceforge.net/uk/site.htm ) or gVim ( http://www.vim.org/download.php More important than the text editor is the compiler, which you need to convert your C++ code into machine-readable binary. Some most popular one is G++ ( http://gcc.gnu.org/install/binaries.html ). You may also elect to use an IDE (Integrated Development Environment) which is essentially a text edtior and compiler all-in-one. Some popular ones are Embarcadero C++Builder ( http://www.embarcadero.com/products/cbuilder ), Microsoft Visual C++ ( http://msdn.microsoft.com/en-us/visualc/default.aspx ) and wxDev-C++ ( http://wxdsgn.sourceforge.net/ ). The latter is open-source.
You can get a copy of Visual C++ Express at http://microsoft.com/express/windows. The same site has a lot of useful information. C++ is generally considered a language, but it's more capable as well. And it isn't really terribly hard. Let me give you a parallel: A Ferarri is harder to drive than an Accord. There are more options, more things about the engine you need to know, and it's a stick shift (I'm guessing here, of course, but go with me). It's not a whole lot harder, but it is harder. An Accord does a lot more things for you. It shifts automatically, for example. Unfortunately, there are times when you want to do some fancy driving that requires a manual transmission. Ditto with C++. C# and Java provide garbage collection and eliminate things like pointers. This makes it easier to write in, but it takes away a lot of the control you might otherwise get. Really, though, the hardest part is learning the fundamentals of programming in general. Once you know one language, it's much easier to learn your second. By all means give C++ a go. It's a great langauge, and many many people learn it as their first. It's not a whole lot harder. As for what you can do with C++? Well, put it this way. Windows is written in C and C++. Office is written in C and C++. Your favorite video games are almost certainly written in C and C++. You name it, and it's probably written in C/C++. Good luck.
an hour to understand the fundamentals; a month to understand all the details; a lifetime to learn to write good programs. Get a Linux distribution. It has gcc and g++ on it; excellent free compilers. There are many IDEs which simplify using it. See http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments I recommend avoiding Microsoft's tools. They will forever corrupt how you think.
Related Q & A:
- How to use GUI in c language?Which is best GUI for c?Best solution by Quora
- How to use Telegram API in C#?Best solution by Stack Overflow
- How to become a good programmer in C language?Best solution by Quora
- How to use French language in Yahoo mail?Best solution by answers.yahoo.com
- How to use c++ and to work with it?Best solution by cplusplus.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.