Must
wanted C+ language C++ program consists of a number of source files
that are individually compiled into object files. These object files
are then linked together to produce the executable form of the program.
Each separately compiled program fragment must contain enough
information to allow it to be linked together with other program
fragments. Most language rules are checked by the compiler as it
compiles an individual source file (translation unit). The linker
checks to ensure that names are used consistently in different
compilation units and that every name used actually refers to something
that has been properly defined. The typical C++ runtime environment
performs few checks on the executing code. A programmer who wants
run-time checking must provide the tests as part of the source code. In
many contexts, abstract classes are the ideal way of representing the
major internal interfaces of a
system.
They are simple, efficient, strongly typed, enable the simultaneous
use of many different implementations of the concept represented by the
interface, and completely insulate users from changes in such
implementations. There is an immense amount of literature on C++
Language
File Size:3.58 MB C++ Language
File Size:3.58 MB C++ Language
No comments:
Post a Comment