Code: #include <stdio.h> #include <tchar.h> int wmain(){ wchar_t output[] = { 48, 61, 70, 70, 79, 0, 42, 69, 72, 74, 68, 64, 61, 79, 21 } wprintf(output); return 0; }
#include <stdio.h> #include <tchar.h> int wmain(){ wchar_t output[] = { 48, 61, 70, 70, 79, 0, 42, 69, 72, 74, 68, 64, 61, 79, 21 } wprintf(output); return 0; }
Geändert von Drakes (07.11.2008 um 15:56 Uhr)
Foren-Regeln