Relevant Developer Tutorials

From Mudlet
Revision as of 09:28, 10 April 2017 by Vadi (talk | contribs) (Created page with "= C++ = Mudlet uses modern C++11 for the core functionality of the application. For programming newbies: * [https://www3.ntu.edu.sg/home/ehchua/programming/index.html#Cpp C+...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

C++

Mudlet uses modern C++11 for the core functionality of the application.

For programming newbies:

  • C++ - covers everything C++ basics to advanced.

For experienced programmers:

  • Pointers - the core basics of C++. While you can by without needing to know the details, you'll find it really, really useful if you do.
  • C++11 - know how to make your life easier with modern C++11.