Translations:Development/Tutorials/First program/KF5/11/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(No difference)

Latest revision as of 10:32, 11 March 2016

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 (Development/Tutorials/First program/KF5)
All the code we need will be in one file, <tt>main.cpp</tt>. Create that file with the code below:
<syntaxhighlight lang="cpp-qt">
#include <cstdlib>

All the code we need will be in one file, main.cpp. Create that file with the code below: <syntaxhighlight lang="cpp-qt">

  1. include <cstdlib>