-
-
Notifications
You must be signed in to change notification settings - Fork 1
Scud CPP
pewsou edited this page Nov 4, 2017
·
5 revisions
Dependencies & Language Requirements: C++ version does not have any non-standard external dependency. It is self-contained, should support all C++ versions starting from C++11.
Memory Allocations: There are no explicit dynamic memory allocations, except for those required by STL functionality. However, one can replace STL objects with his own.
Thread-spawning: No threads spawned.
Thread safety: all API method calls are thread safe.