Talk:Complete roguelike tutorial using modern C++ and libtcod

From RogueBasin
Revision as of 08:27, 5 November 2019 by Muscles (talk | contribs) (→‎Talk: reply)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Talk

Hi, I'm Archfiend, I'm currently following the old tutorial and were planning to edit it on the fly with some modern practice. For example using std::swap where it's due. Should I leave the old one as it is or continue?

The title says "modern" C++, so std::swap is fine. If you use features from C++17 or later, perhaps present two versions of the code, one of which works with C++14? Just my opinion.-Muscles (talk) 09:27, 5 November 2019 (CET)