<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mudlet.org/index.php?action=history&amp;feed=atom&amp;title=Relevant_Developer_Tutorials%2Ftr</id>
	<title>Relevant Developer Tutorials/tr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mudlet.org/index.php?action=history&amp;feed=atom&amp;title=Relevant_Developer_Tutorials%2Ftr"/>
	<link rel="alternate" type="text/html" href="https://wiki.mudlet.org/index.php?title=Relevant_Developer_Tutorials/tr&amp;action=history"/>
	<updated>2026-06-13T00:58:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.mudlet.org/index.php?title=Relevant_Developer_Tutorials/tr&amp;diff=11937&amp;oldid=prev</id>
		<title>WikiSysop: Updating translation from gettext import</title>
		<link rel="alternate" type="text/html" href="https://wiki.mudlet.org/index.php?title=Relevant_Developer_Tutorials/tr&amp;diff=11937&amp;oldid=prev"/>
		<updated>2020-07-03T06:16:23Z</updated>

		<summary type="html">&lt;p&gt;Updating translation from gettext import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
Mudlet uses modern C++14 for the core functionality of the application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For programming newbies ==&lt;br /&gt;
&lt;br /&gt;
* [https://www3.ntu.edu.sg/home/ehchua/programming/index.html#Cpp C++] - covers everything C++ basics to advanced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For experienced programmers ==&lt;br /&gt;
&lt;br /&gt;
* [https://www3.ntu.edu.sg/home/ehchua/programming/cpp/cp4_PointerReference.html#zz-1. Pointers] - the core basics of C++. While you can by without needing to know the details, you&amp;#039;ll find it really, really useful if you do.&lt;br /&gt;
* [https://mbevin.wordpress.com/2012/11/13/auto/ C++11] - know how to make your life easier with modern C++11.&lt;br /&gt;
* [https://stuartwheaton.com/blog/2020-06-14-c++11-guide C++11 Guide] - fantastic guide on everything C++.&lt;br /&gt;
&lt;br /&gt;
== Helpful tools ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.sourcetrail.com/ Source Trail] - get quick overview of an unfamiliar codebase (like Mudlet, if you&amp;#039;re just joining here)&lt;br /&gt;
* [https://www.draw.io/ draw.io] - Draw and share diagrams online&lt;br /&gt;
* http://www.rexex101.com/ - test and explain your regular expressions online&lt;br /&gt;
* http://www.rexegg.com/regex-quickstart.html - a good little cheat sheet for regex&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support tools ==&lt;br /&gt;
&lt;br /&gt;
* https://www.take-a-screenshot.org/ - for all OS, so users can show their problems with ease&lt;br /&gt;
* https://color-hex.org/ - Catalogue of colours in different styles, shades, gradients, etc. Very useful for UI design, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Good reading ==&lt;br /&gt;
&lt;br /&gt;
* [http://catchchallenger.first-world.info/wiki/Benchmark_for_conception#String catchchallenger wiki] - C++, QString benchmarks.&lt;br /&gt;
* [https://meetingcpp.com/tl_files/mcpp/2015/talks/Marc-Mutz-MC++15-Effective-Qt.pdf Effective Qt, Meeting C++ 2015] - tips for modern Qt regarding range-based for, QStrings, and the heap.&lt;br /&gt;
* [https://medium.com/genymobile/how-c-lambda-expressions-can-improve-your-qt-code-8cd524f4ed9f How lambda&amp;#039;s can improve your Qt code]&lt;br /&gt;
* https://github.com/AnthonyCalandra/modern-cpp-features/blob/master/README.md - modern C++ features&lt;br /&gt;
* https://marcmutz.wordpress.com/effective-qt/containers/ - Qt&amp;#039;s vs standard C++ containers.&lt;br /&gt;
* http://theory.stanford.edu/~amitp/GameProgramming/ - A* tips and tricks.&lt;br /&gt;
* https://www.reddit.com/r/cpp/comments/7kurp6/recommended_c_tools_for_linux_profiler_static/ - useful C++ tools that can run on Linux.&lt;br /&gt;
* https://www.divio.com/blog/documentation - Create 4 kinds of documentation, each serves a different purpose&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Random tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
Determine what auto resolves to with:&lt;br /&gt;
&lt;br /&gt;
  template &amp;lt;typename T&amp;gt; struct watzattype;&lt;br /&gt;
  void TriggerUnit::doCleanup()&lt;br /&gt;
  {&lt;br /&gt;
      for(auto &amp;amp; trigger : mCleanupList)&lt;br /&gt;
      {&lt;br /&gt;
          watzattype&amp;lt;decltype(trigger)&amp;gt;{};&lt;br /&gt;
&lt;br /&gt;
Compiler will error and tell you the type, TTrigger*&amp;amp; in this example.&lt;br /&gt;
&lt;br /&gt;
[[Category: Mudlet Developer Manual]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>