answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which compiler is used for writing c plus plus exception handling programs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Advantages of Exception handling in java?

Exception handling helps us catch or identify abnormal scenarios in our code and handle them appropriately instead of throwing up a random error on the front-end (User Interface) of the application. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions.


Why you handle exception in java?

Exception handling helps us catch or identify abnormal scenarios in our code and handle them appropriately instead of throwing up a random error on the front-end (User Interface) of the application. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions


How can you create a language?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.


How can you create a language converter?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.


Does the Java exception mechanisms with try and catch clauses contribute to failure tolerance?

Yes, the purpose of the try-catch construct in Java is to help the system handle failure gracefully. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions.


Can unhandled exceptions be tolerated?

Yes, but they dont always result in acceptable or good behavior. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions. So, it is always a good idea to handle exceptions rather than leave them unhandled


What is booting in compiler design?

bootstrapping is a process of writing a compiler in the target programing language which it is intended to compile


What is writing software?

Writing software is Software that is specifically built for writing/typing. Most common ones are Microsoft Word, and for coders Notepad, Notepad++. The other side of writing (Coding) is programs built for coding. A common one for small gaming servers is Pawn Compiler. It too uses a Notepad++ like look.


What is compiler writing tool?

they are tools to help developed compilers


Can you install C language in Linux?

C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.


Why does a java compiler use C language?

The original Java compiler was probably written in C/C++ because an efficient language like C is ideal for writing compilers in.


Why is a compiler a necessary part of a computer system?

A compiler isn't technically part of the computer. A compiler takes the source code of a program and compiles it into a usable program. However, without a compiler, there will be very few programs, and thus computers won't be much use.