AGS Engine Coding Conventions: Difference between revisions
Removed 64-bit section, as being outdated
No edit summary |
(Removed 64-bit section, as being outdated) |
||
Line 173: | Line 173: | ||
Run-Time Type Information (RTTI) allows for querying of the type of an object at run-time. Executing code should not need to rely on this. Consider using virtual methods or redesigning the class as appropriate. RTTI can also create a notable increase in binary size. | Run-Time Type Information (RTTI) allows for querying of the type of an object at run-time. Executing code should not need to rely on this. Consider using virtual methods or redesigning the class as appropriate. RTTI can also create a notable increase in binary size. | ||
===C++11 (formerly C++0x)=== | ===C++11 (formerly C++0x)=== |