Being Stylish in C++ - The Google Way
I've seen Style Guides as short as one page but the Google one is much much larger. For example they mandate that casts must be the static_cast<>() and not (int) and they recommend you avoid using macros and use constants, enums and inline functions instead. I think Style Guide is a bit misleading, but calling it "The Google way to write C++ code" is a bit too long winded albeit more accurate. I'd recommend everyone learning C++ should read this and I've added a link to it in the Tools and Utilities page.
- Link to Tools and Utilities
Challenge 13 results Now Published
- Link to Programming Challenge Thirteen Play Battleships


Comments
No comments yet. Leave a Comment