answersLogoWhite

0

Types of compilation in c plus plus?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

There is only one type: the one that creates an object module from a source file.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Types of compilation in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is compilation in c plus plus?

Compilation is the process of translating source files into object files.


Why is c plus plus language more portable than c language?

They are equally portable. Conditional compilation is supported by both languages.


Do I need types of design patterns in c plus plus?

No.


When do preprocessor directives execute in c plus plus?

Preprocessing is the first stage of compilation, where macros are expanded, conditional compilation established and code replaced according to the specified directives. The resulting code produces intermediate source files which are then compiled by the main compilation process. Your IDE may include options to retain these intermediate files so you may examine them.


How is c plus plus built?

C++ object oriented programming (OOP) language and supports three kinds of object types 1) Fundamental Types. 2) Derived Types. 3) Class Types.


What is a primitive type variable in c plus plus?

same the types used in C. that is int...char...float...


How can you turn a C plus plus program into a dot exe to run on a PC without a compiler?

To make C++ code into an executable program, you need a compiler. Compilation of a program doesn't have to be on the same computer as the one it's intended to be used on.


Enumerate the types of selection constructs in c plus plus?

Selection constructs in C++if...elseswitch/caseconditional ternary operator (?:)


Where does the compilation of c program starts?

After main()


Types of sort in c plus plus?

There's only one type of sort in C++; std::sort. If you want other types you'll need to write your own.


What are the three variable types largest to smallest in C plus plus?

doginert jesret


What are the two types of constant in c plus plus?

Constant data and constant functions.