|
-
Jun 27th, 2002, 09:22 AM
#1
Thread Starter
Lively Member
old school -- command line executable
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|