C++ Implementation File (*.cpp)

From RAD Studio
Jump to: navigation, search

Go Up to File Types Index


C++ implementation files define the implementation of a C++ interface. The implemented C++ interface is usually defined in a C++ header file.

C++ implementation files usually have the cpp file extension. For example: file.cpp.

C++ Implementation File Types

The following are types of C++ implementation files that RAD Studio supports:

See Also