answersLogoWhite

0


Best Answer

They are different languages, each of them requires its own compiler.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does c sharp work on c or c plus plus compilers or you need a c sharp compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is it c plus plus support by window 7?

C++ is not platform-dependent. All you require is a compiler that supports the platform. Platform-specific compilers will generally include platform-specific headers and libraries.


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 difference between compilers and interpreters in c plus plus in tabular form?

C-compiler translates the C-source into Assembly or machine code. On the other hand, C-interpreter -- well, there is no such thing as C-interpreter.


What is the back end for c plus plus?

The back end for C++ is often C. In the early days of C++ compilers, implementors took advantage of the fact that C++ was an extension of C, and wrote C++ compilers that generated C as an intermediate file, passing it to a C compiler. Nowadays, most C++ compilers generate native object code in their own right, although there are still a few implementations that use the C++ to C paradigm.


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.

Related questions

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.


Can you program an Intel 8086 in C plus plus?

Yes, if you have a suitable compiler and environment. Microsoft's Visual C/C++ 1.52C 16-bit development system did exactly that. There are other compilers as well.


Is it c plus plus support by window 7?

C++ is not platform-dependent. All you require is a compiler that supports the platform. Platform-specific compilers will generally include platform-specific headers and libraries.


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.


Are there any free Mac C Plus Plus compilers besides Apple Xcode?

Xcode is a suite of software applications that aid the creation of software for the Mac. The actual compiler used by Xcode is the Gnu Compiler Collection (GCC) from the Fee Software Foundation. If you do not like the tools provided with Xcode the compiler can be run from the Terminal application (c++ yourSourceName.cc ), or any other suitable editor can be used with it. Other options include Eclipse or Intel's own compilers (free for evaluation). (See links below)


How can you install C plus plus compilers in Netbeans?

The Netbeans website provides a comprehensive FAQ detailing how to install the C/C++ plugin as well as integrating your chosen C/C++ compiler, linker and debugger package.


Which compiler supports graphics in c plus plus and also mention the header file if possible also mention the example... ............?

All compilers do. You have to download the graphics library yourself.Examples:OpenGLDirectX (also includes other stuff)SDLSFMLConIOetc.


What is the difference between compilers and interpreters in c plus plus in tabular form?

C-compiler translates the C-source into Assembly or machine code. On the other hand, C-interpreter -- well, there is no such thing as C-interpreter.


What is the back end for c plus plus?

The back end for C++ is often C. In the early days of C++ compilers, implementors took advantage of the fact that C++ was an extension of C, and wrote C++ compilers that generated C as an intermediate file, passing it to a C compiler. Nowadays, most C++ compilers generate native object code in their own right, although there are still a few implementations that use the C++ to C paradigm.


How do we add the C plus plus category in Netbeans?

To use C++ in Netbeans you will need a C++ compiler.


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.