Jump to content

Translations:Development/Tutorials/First program/KDE4/11/fr

From KDE TechBase
Revision as of 23:25, 1 February 2019 by ChristianW (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>