Difference between revisions of "Translations:Relevant Developer Tutorials/12/sv-SE"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(No difference)

Latest revision as of 01:08, 26 July 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Relevant Developer Tutorials)
* [http://catchchallenger.first-world.info/wiki/Benchmark_for_conception#String catchchallenger wiki] - C++, QString benchmarks.
* [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.
* [https://medium.com/genymobile/how-c-lambda-expressions-can-improve-your-qt-code-8cd524f4ed9f How lambda's can improve your Qt code]
* https://github.com/AnthonyCalandra/modern-cpp-features/blob/master/README.md - modern C++ features
* https://marcmutz.wordpress.com/effective-qt/containers/ - Qt's vs standard C++ containers.
* http://theory.stanford.edu/~amitp/GameProgramming/ - A* tips and tricks.
* https://www.reddit.com/r/cpp/comments/7kurp6/recommended_c_tools_for_linux_profiler_static/ - useful C++ tools that can run on Linux.
* https://www.divio.com/blog/documentation - Create 4 kinds of documentation, each serves a different purpose