answersLogoWhite

0


Best Answer

There is no single answer to this since everyone has their own opinion on what is the best IDE. For example, a Windows programmer will probably advocate Borland/Embarcadero C++ Builder or Microsoft VC++, while a Linux programmer might favour a more generic implementation such as GC++, which is better suited to cross-platform coding.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

An IDE is an Integrated Development Environment. The IDE is a suite of software that typically provides source code editors with syntax checking, file and project management, debugging facilities, online help and a vast library of re-usable headers, code libraries and objects.

By way of example, Microsoft's IDE is called Visual Studio, which can be customised to suit all the "Visual" range of languages (Visual C++, Visual Basic, Visual C#, etc). The IDE is ideally suited to Windows development, but the C++ implementation can be used to develop cross-platform code by including the headers and linking to the appropriate libraries for those platforms.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

text-editor + gcc + make

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ide in c plus plus .explain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the latest compiler of C plus plus compiler?

C++ compilers are many and varied. There is no single "latest compiler" because every IDE implements their own version according to the current C++ standard. However some (Microsoft in particular) do not fully adhere to the C++ standard. The "latest compiler" for your IDE is either provided as an interim update to the IDE, or by upgrading the IDE to the latest version.


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.


Is Visual C plus plus easy to learn?

Visual C++ is as hard or as easy as any other IDE (Interactive Development Environment). It depends on how much time you put into it. Each IDE has its own nature, and we have a tendency to resist learning a new paradigm. If you were a master of one IDE, such as VC++, you might have difficulty in learning Eclipse, particularly at first glance, especially if you do not have a priority to do so. Again, it depends on time and effort.


How java is different from c plus plus Explain with example?

See related links, below.


Is GUI better in Java or C plus plus?

Neither Java nor C++ have a GUI as such -- the GUI is not part of the language specification. But comparing the GUIs for an IDE intended for Java with that of an IDE intended for C++ is hardly going to tell you which is better, since they are intended for completely different purposes. You might as well compare the GUI provided with Adobe PaintShop Pro against the GUI for Microsoft Word for all the good it does.

Related questions

What is turbo c plus plus?

Turbo C++ is Borland's integrated development environment (IDE).


Where do you get c plus plus software?

A good open source IDE for C++ would be Code::Blocks or Notepad++.


Main meaning of turbo c plus plus?

Name of a compiler (and IDE) from Borland.


How we can install the c and c plus plus?

You cannot 'install' programming languages. Instead, you can try to install a compiler or an IDE.


What is the best c plus plus IDE?

On Windows, Visual Studio is by far the best IDE, but the C++ implementation is not standards-compliant. For a more generic/portable solution, consider using gcc instead.


What is the latest compiler of C plus plus compiler?

C++ compilers are many and varied. There is no single "latest compiler" because every IDE implements their own version according to the current C++ standard. However some (Microsoft in particular) do not fully adhere to the C++ standard. The "latest compiler" for your IDE is either provided as an interim update to the IDE, or by upgrading the IDE to the latest version.


What is the use of print option in c plus plus?

C++ has no print option. The print option in your IDE allows you to print your C++ source code, thus giving you a "hard" copy of your code.


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.


Explain any six file commands in C plus plus?

There's no commands in C++.


How do you write a variable?

Explain the ide of matlab


How do you write variable?

Explain the ide of matlab


Is Visual C plus plus easy to learn?

Visual C++ is as hard or as easy as any other IDE (Interactive Development Environment). It depends on how much time you put into it. Each IDE has its own nature, and we have a tendency to resist learning a new paradigm. If you were a master of one IDE, such as VC++, you might have difficulty in learning Eclipse, particularly at first glance, especially if you do not have a priority to do so. Again, it depends on time and effort.