46
Window / Re: SFML Events in Qt creator
« on: March 24, 2014, 01:30:24 pm »
In your first post, you write:
In your last post, your code contains:
Last one will not print "work" unless you call std::endl sometime.
cout << "work" << endl;
In your last post, your code contains:
cout << "work";
Last one will not print "work" unless you call std::endl sometime.