All translations

Enter a message name below to show all available translations.

Message

Found 4 translations.

NameCurrent message text
 h English (en)All the code we need will be in one file, <tt>main.cpp</tt>. Create that file with the code below:
 h French (fr)Tout le code dont nous avons besoin sera dans un fichier, <tt>main.cpp</tt>. Créez ce ficher et copiez le code ci-dessous :
 h Dutch (nl)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 <cstdlib>
 h Brazilian Portuguese (pt-br)Todo o código que precisamos estará em um arquivo, <tt>main.cpp</tt>. Crie esse arquivo com o código abaixo: