Changes

Jump to: navigation, search

C++ Code Style Guide

49 bytes removed, 09:45, 28 January 2021
Taboos
# We do not use RTTI (no dynamic_cast<>)
# We do not use exceptions
# We do not use syntax allowed by C++11 standard
# We do not use conversion operators (int())
# We do not use assembler inlines

Navigation menu