|
|
|
|
|
by pjmlp
961 days ago
|
|
Yes, it starts by not coding in C++ as if it was C. Use templates instead of macros, RAAI instead of gotos, namespaces instead of prefixes, bounded checked strings and arrays instead of raw pointers, new instead of error prone sizeof with malloc(),... |
|