Printf druckt nichts für die Ausgabe? C ++ SDLC++

Programme in C++. Entwicklerforum
Anonymous
 Printf druckt nichts für die Ausgabe? C ++ SDL

Post by Anonymous »

Ich versuche, "printf" in meinem visuellen C ++ - Projekt zu verwenden, aber es funktioniert nicht. Mit Lazy Foo's Tutorial habe ich SDL in meinem Projekt eingerichtet, aber wenn ich es spiele, tut Printf nichts. < /P>

#include "SDL.h"
#include

int main( int argc, char* args[] ) {
printf("Testing");
return 0;
}
< /code>

Die Ausgabe sieht so aus: < /p>

The program '[4664] SDL Testing.exe: Native' has exited with code 0 (0x0).
< /code>

Und das war es auch schon. Was könnte falsch sein?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post