answersLogoWhite

0


Best Answer

The C++ compiler is invoked with g++, however on many systems it is installed as c++. Consult the documentation for information on the command line options.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get to the g plus plus compiler once it is installed on ubuntu?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What steps are required to locate math.h in C plus plus?

To find math.h, simply include it ... #include <math.h> ... The compiler knows where the standard libraries are. This is a function of where the compiler is installed, and varies from system to system. By using the carets (< and >) you are telling the compiler to look in the "standard" places.


Do you need Microsoft c plus plus redistributable?

If you use microsoft's "Visual C++ Compiler" whoever is going to use your program needs the redistributable installed.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.


Is NotePad Plus Plus a compiler?

Notepad++ is a text editor, not a compiler. You can however, enter source code into Notepad++ and then compile it with a compiler such as GCC.


With the aid of a diagram illustrate how the c plus plus compiler works?

With the aid of a diagram,illustrate how the c plus plus compiler works?


Is the word main an illegal variable name in C PLUS PLUS?

I can tell you that it is not an illegal variable name in C. I do not currently have a C++ compiler installed, but I would assume that it would also be valid in C++.


How do you build c plus plus compiler to java?

Not possible.


Is g plus plus similar to c plus plus?

G++ is the Gnu compiler's extension for C++. It is not a different language. It simply allows you to use the GCC compiler to write C++ code.


What is a good C plus plus compiler for mac?

Xcode and Eclipse.


How do you get the c plus plus standard library on your compiler?

platform-dependent


Where can I find a free C plus plus compiler download for Linux?

Codeblocks has a Linux version compiler. There's a link to it under the related links.


How do you draw in Dev c plus plus?

Download and install the WinBGIM Devpack. Once installed, you can include graphics.h to draw graphics.