Question on odd use of brace initializers for arrays in C++
I am currently going through and linting a lot of old code at a company that has been around a while. We have recently been having issues with uninitialized C++ members having garbage data, which is one reason for the housekeeping. Unfortunately with all the updates to C++ over the years there are a few… Read More Question on odd use of brace initializers for arrays in C++