CPP File Format: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (typo)
Line 1: Line 1:
{{unsupported-doc}}
{{unsupported-doc}}


FileExtension .cpp is a generic identifier that indicates the contents are to be raPified (binarised)
FileExtension .cpp is a generic identifier that indicates the contents ''can'' be raPified (binarised).


The only 'official' use of cpp are in addon [[Config File Format|config.cpp]] files. ***By convention only***, #include files can also be called cpp,hpp or h. All includes, indicate some form of rapifiable text, OR, sqf statements.
The only 'official' use of cpp are in addon [[Config File Format|config.cpp]] files. '''By convention only''', #include files can also be called '''cpp''','''hpp''' or '''h'''. All includes, indicate some form of rapifiable text, OR, sqf statements.


[[Category:BIS_File_Formats]]
[[Category:BIS_File_Formats]]

Revision as of 03:36, 7 July 2011

Template:unsupported-doc

FileExtension .cpp is a generic identifier that indicates the contents can be raPified (binarised).

The only 'official' use of cpp are in addon config.cpp files. By convention only, #include files can also be called cpp,hpp or h. All includes, indicate some form of rapifiable text, OR, sqf statements.