answersLogoWhite

0

C++ is not an interpreted language and therefore does not support real-time calculations. That is, you cannot enter an immediate calculation in C++ and expect an immediate result -- you must encode the calculation, then compile and link the code, and finally run the program to get the result.

During debugging, however, your IDE may allow you to use watches as a type of calculator. For instance, when you hit a breakpoint, you can add a watch to perform the calculation, and make use of any variables that are in scope within that calculation, and obtain an immediate result from that calculation.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


How can write the name in c plus plus language without using cout statement?

I believe, you can use C-function - printf().


What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


How do you calculate percentage of marks obtained in 1 subject in c plus plus?

You can't, you have to come up with variables to calculate grades


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


Is C plus plus same as Microsoft Visual C plus plus Express Edition?

Your question request a comparison between apples and pears. C++ is a programming language. Microsoft Visual C++ Express is one of many development tools that you can use to create programs using the C++ programming language. Microsoft Visual C++ Express supports native C++ development, and supports development in 'managed C++,' a Microsoft-specific derivative of the C++ language, aimed specifically at the .NET platform.


What is the significance of c plus plus?

C++ is an object oriented programming language


Is c plus plus a structured language?

Yes