examples
examples copied to clipboard
Coding Style
Hi,
please, be informed :
LINE : 06 Empty loop bodies should use {} or continue
LINE : 16 Using C-style cast. Use reinterpret_cast<void *>(...) instead
LINE : 59 Do not use variable-length arrays.
Use an appropriately named ('k' followed by CamelCase) compile-time constant for the size.
BR, Oleg
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.