CPP File Format: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (damn)
Line 3: Line 3:
FileExtension .cpp is a generic identifier that indicates the contents ''can'' 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.xxx 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.cpp/bin 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:40, 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.