I'm creating a good "old fashioned" command line program: no forms, no visual interface. Just a bunch of modules and a sub main(). Reads command line options.

Now my problem: I can't seem to find any way to return text to the console (command line interface). I want to return status information, but I can't find any functionality to do this. Basically I'm looking for the equivalent of a printf or cout...is this possible?