![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to draw table/matrix using shell script? | jakSun8 | Shell Programming and Scripting | 2 | 03-18-2009 10:53 PM |
| 2D Graphics Lib | nasersh | High Level Programming | 1 | 12-08-2008 10:41 AM |
| Xi Graphics, Inc. Releases Wall Display Graphics Support Software - PR Newswire (pres | iBot | UNIX and Linux RSS News | 0 | 07-17-2007 08:30 AM |
| VGA to 13W UPA graphics | stocksj | SUN Solaris | 2 | 12-05-2006 06:37 AM |
| 3d graphics apps for unix/solaris | eqpfunk | UNIX for Dummies Questions & Answers | 4 | 02-28-2001 10:43 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
draw graphics to stdout in solaris
Hi all..
I am trying to draw a line on the monitor on sun platform machine. I tried a simple program. #include<stdio.h> #include<plot.h> int main() { openpl(); linemod("dotted"); line(1000,1000,2000,2000); closepl(); return 0; } It doesn't produce the desired result. If one knows how to draw a line on the monitor on sun platform, please guide me. |
| Bookmarks |
| Tags |
| graphics, plot.h, unresolved, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|