What is c++?. How does it work and when do you use it . How do you use it ?. When do you know to use c++?. I just want to know about it?
-
-
Answer:
C++ is an early attempt at an object oriented programming language. It is based on the simpler C language. In my opinion, C++ has two major weaknesses: it is heavily reliant on the use of type casts, and it does not have an automatic garbage collector so all objects have to be manually deleted. Both of these features can make debugging difficult and increase the risk of memory leaks. Since it is based on C, it also uses C's very crude system of header files to "import" external libraries into a program. A perceived advantage of C++ is its very fast execution speed, for which reason it is widely used for the production of games. Whether C++'s speed advantage offsets its other disadvantages is an engineering decision that needs to be taken for each project. For most programming projects, the final code doesn't need to run blisteringly fast, it just has to run fast enough to keep the user happy.
XMXD67F62BGQ4SJJ6HR54AVK7E at Yahoo! Answers Visit the source
Related Q & A:
- I want to know about working visa.Best solution by Yahoo! Answers
- How do i delete my old profile, but not my account or ID. I just want to make a new profile?Best solution by Yahoo! Answers
- I play the clarinet and I want to know if taking up trumpet would affect my clarinet technique.Best solution by Yahoo! Answers
- What is Skype, how does it work and does it cost money?Best solution by skype.com
- How do I use chat when I am in a room?Best solution by Yahoo! Answers
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.