[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderUnit
The .h file is called the header file. It contains you functions' and class' declarations.
The .cpp is called the implementation file. It contains you functions' and class' definitions.
You can toggle between these using CTRL-F6
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderUnit
(C++ Builder) Unit
A Unit is the combination of a .h and .cpp file.The .h file is called the header file. It contains you functions' and class' declarations.
The .cpp is called the implementation file. It contains you functions' and class' definitions.
You can toggle between these using CTRL-F6
'unit' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
