Translations:Development/Tutorials/First program/KDE4/11/fr: Difference between revisions

From KDE TechBase
(Created page with "Tout le code dont nous aurons besoin tiendra dans un même fichier, <code>main.cpp</code>. Créez ce fichier avec le code ci-dessous : <syntaxhighlight lang="cpp-qt"> #include...")
 
(No difference)

Latest revision as of 23:25, 1 February 2019

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/KDE4)
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>

Tout le code dont nous aurons besoin tiendra dans un même fichier, main.cpp. Créez ce fichier avec le code ci-dessous : <syntaxhighlight lang="cpp-qt">

  1. include <cstdlib>