|
|
|
|
|
by pjmlp
1371 days ago
|
|
It is true, it certainly is. Which is why, those of use that want some Rust like confort, when C++ is part of the diet, turn on bounds checking (#define _ITERATOR_DEBUG_LEVEL 1 on VC++), and make use of static analysis during the whole development (/analyze on VC++). It is bullet proof? No, but it does help surving a couple of shots. |
|