Xref: utzoo comp.lang.c++:5280 comp.graphics:8127 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!apple!rutgers!att!cbnewsl!bill From: bill@cbnewsl.ATT.COM (william.clark) Newsgroups: comp.lang.c++,comp.graphics Subject: Graphics libraries for c++ Keywords: graphics, c++ Message-ID: <2474@cbnewsl.ATT.COM> Date: 27 Oct 89 23:16:08 GMT Distribution: usa Organization: AT&T Bell Laboratories Lines: 15 The way I figure it... some industrious software outfit ought to be developing C++ graphics libraries (particularly for the PC). The way I see it... I'm too stupid and too lazy to write my own. It seems to me... that "you can call C routines from C++" won't do since you could do such nice things like derive shapes from a base class to allow polymorphism, overload << to include crt windows, printers, and plotters on the l.h.s. and graphics objects on the r.h.s, etc. I would hope that... Zortech and Co. should be coming out with something like this soon. I would imagine that... there will be some comments