Well, let's say we have a application that runs in a console and is for both windows and linux. On windows when you double click the application a command window opens and the application runs, you see errors warnings etc in the console window and everything it does cout/print/whatever. On linux however when I run the terminal and do ./application_name I don't see any messages/couts/prints? How can I see them? It's really important for debugging purposes.
It's for SA-MP server.