1
0
Fork 0

Mentiod that we use some c++11 exstensions

Eg override, abstract, va_copy, long long.
This commit is contained in:
worktycho 2014-03-09 18:57:43 +00:00
parent 3aff0b44bc
commit 2eaae82a2a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Code Stuff
----------
* We use C++03
* We use C++03 with some C++11 extensions (ask if you think that something would be useful)
* Use the provided wrappers for OS stuff:
- Threading is done by inheriting from `cIsThread`, thread synchronization through `cCriticalSection`, `cSemaphore` and `cEvent`, file access and filesystem operations through the `cFile` class, high-precision timers through `cTimer`, high-precision sleep through `cSleep`
* No magic numbers, use named constants: