Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Name: umang Date: July 10, 2002 at 10:36:39 Pacific
Reply:
fprint prints to the file descriptor u specify..how did u open the 'printer' file?? to get a file handle to any file u must know the path to that device ... how do u specify a printers path to fopen? the unix command lp can send a file to the printer..u may try using lp in the 'system' method.. pls elaborate yr problem..maybe i can help u better...
Summary: can anybody give me a little introduction in writing a little C program which sent out some print to a network printer on a Solaris 9 platform. Tried with the FILE,fopen,read,write statement, using p...
Summary: Hi, Does anyone know how to compose a e-mail message in a C program on Sun/Solaris and submit the e-mail to an e-mail account (e.g., mail.yahoo.com with know username/password) for delivery? My system...
Summary: hey I I have installed plibcap onto my solaris box, the pcap.h header file is in the /usr/local/include directory but why i try to include this file in a c program gcc cant find it, can someone help m...