Translations:Development/Tutorials/First program/11/nl: Difference between revisions

From KDE TechBase
(Created page with "Alle code die we nodig hebben, komt in één bestand te staan: <tt>main.cpp</tt>. Maak dat bestand en zet de volgende code erin: <syntaxhighlight lang="cpp-qt"> #include <cstd...")
 
(No difference)

Latest revision as of 08:51, 9 September 2012

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)
All the code we need will be in one file, <tt>main.cpp</tt>. Create that file with the code below:

Alle code die we nodig hebben, komt in één bestand te staan: main.cpp. Maak dat bestand en zet de volgende code erin: <syntaxhighlight lang="cpp-qt">

  1. include <cstdlib>