answersLogoWhite

0


Best Answer

Most, if not all, Linux distributions have the compiler you would need to compile c and c++ programs, gcc, or the gnu c compiler chain. If you type "gcc --help" into the terminal, it will give you a short list of command line arguments that are needed, as well as briefly explain the various command line arguments. Man (manual) pages can be read by typing "man gcc" at a terminal prompt. Man pages are very thorough (read: very long) explanations of every possible use for a program or command.

If you do not have gcc installed (I don't know how you wouldn't), you should be able to use YAST to install it. Search for "gcc" and install the most recent package. You may need to install the header files, and possibly the kernel sources as well for some programming.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Compilers required in opensuselinux for c plus plus programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can graphics in C programming done with compilers other than turbo c plus plus?

Of course.


How do you download c plus plus on vista?

You cannot download a programming language, but you can download compilers. Check the attached link.


Is there any shortcut in compilers to find required header files for particular function in c c plus plus also does all the compilers have same header files?

You can find a detailed guide on CC plus on geany.org/manual/current/


Can you do c plus plus programming on a mac?

You may use one of several open source compilers and code editors (or even IDEs) to develop and compile C++ code that will operate on a Mac.


Can I programming with Ansi c plus plus with w2000p?

Yes, if you have an ANSI C++ compiler. Most modern compilers are ANSI, and are capable of suppressing non-ANSI code, using a compiler option.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


When was Plus - programming language - created?

Plus - programming language - was created in 1976.


Is c plus plus a modular programming?

No, but it does support modular programming through namespaces.


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


What is the purpose of C plus plus?

Computer programming.


What is c plus plus primarily used for?

Programming.


How do you develop logic in programming. It is really giving me hard time how to do what which will give me required result...I am learning C plus plus .?

You break the problem into small pieces and associate those pieces with statements in the language.