Complete roguelike tutorial using C++ and libtcod - extra 1: about editors and IDE

From RogueBasin
Revision as of 13:36, 21 October 2015 by Joel Pera (talk | contribs) (pasted →‎top: , cat and sidebar)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Complete roguelike tutorial using C++ and libtcod
-originally written by Jice
Text in this tutorial was released under the Creative Commons Attribution-ShareAlike 3.0 Unported and the GNU Free Documentation License (unversioned, with no invariant sections, front-cover texts, or back-cover texts) on 2015-09-21.


So far we've seen how to compile the C++ code but we didn't mention how to write it. In this article, I present a few great tools to write C++ code, covering all the needs from the minimalist, distraction-free text editor to the most heavily featured Integrated Development Environment. This is my personal selection, but remember the best tool is the one you're comfortable with so don't hesitate to try others until you find your best fit.

We'll start with the lightweight tools and finish with the heavyweight.