Sayan Mukherjee wrote: I need to print some text from a simple C program. How do I do it? If when you say "print" you mean console, you can use puts(...) or the "stdout" file handle with fprintf(...), fputs(...), etc. If you mean "printer", you may be able to use the stdprn file handle. Peace! -=- James.