answersLogoWhite

0

C++ is a standard -- there are no tools as such. Even the generic implementation has no tools beyond an editor, a compiler and a linker. To gain tools, you must buy an integrated development environment (IDE) which will provide built-in tools including a debugger, memory viewers, watches and so on. You can also build your own tools or add third-party tools to the IDE.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Why you need to make c plus plus?

To provide tools for object oriented programming.


What are the popular tools used to detect memory leaks in c plus plus?

See related links, below.


What is the brief history of visual c plus plus?

The complete history of Visual C++ can be found in the "Visual C++" article in Wikipedia.


Why was c plus plus found?

i have absolutly no idea what u r talkin about


What is friendly in c plus plus?

The keyword "friend" allows a function or variable to have access to a protected member inside a class.


Does Adobe Flash use c plus plus scripting?

No, it does not. While the program itself was written in C++, Flash does not support C++. Any code inside your Flash project must be written in Actionscript.


How do you get to the compiler settings or options in MSVS 2010 C plus plus?

For your project: Project -> "Name of your project" Properties... Global settings are in: Tools -> Options...


Where can one learn the basics online about C plus plus?

C++ has their own website which provides excellent information about their tools and uses. Devry University provides online classes as well as many other schools.


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


B plus b plus b plus c plus c plus c plus c equals?

b + b + b + c + c + c + c = 3b + 4c


Is C plus plus same as Microsoft Visual C plus plus Express Edition?

Your question request a comparison between apples and pears. C++ is a programming language. Microsoft Visual C++ Express is one of many development tools that you can use to create programs using the C++ programming language. Microsoft Visual C++ Express supports native C++ development, and supports development in 'managed C++,' a Microsoft-specific derivative of the C++ language, aimed specifically at the .NET platform.