Skip to content

Scud CPP

pewsou edited this page Aug 5, 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

Thread-spawning: No threads spawned.

Thread safety: all method calls are thread safe.

Clone this wiki locally