Montag, 25 August 2025

Top 5 diese Woche

Ähnliche Tutorials

Console

Erzeugt eine beliebige Text Ausgabe. In diesem Fall Hallo Dreamcodes.

#include
#include

using namespace std;
int main(int argc, char *argv[])
{
printf("Hallo Dreamcodes \n");
system("PAUSE");
return EXIT_SUCCESS;
} 
Vorheriges Tutorial
Nächstes Tutorial

Hier etwas für dich dabei?