What\'s the C++ equivalent of #region for C++ so I can put in custom code collapsible bits and make my code a little easier to read?
There is no equivalent.
Most good editors or IDEs will let you collapse functions, if not also if/else/while/for/etc.
if
else
while
for