Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!sylow.mscs.mu.edu From: raja@sylow.mscs.mu.edu (Raja Sundarigari) Newsgroups: comp.lang.c++ Subject: Object Oriented Graphics in C++ Message-ID: <857@spool.mu.edu> Date: 10 Apr 91 03:52:07 GMT References: -- Sender: news@spool.mu.edu Followup-To: raja@sylow.mscs.mu.edu Organization: Marquette University - Department MSCS Lines: 26 Hi! I am developing an Object Oriented Graphics( OOG ) package in C++, which will support many graphics classes, their operators and methods to work on them. To be frank, I just learned C++ and know little about OOG. Right now, I have few ideas to implement this package. Is there any body who did similar work ? If so, it will be of great help to me to have your advice. Basically I am having the problem of where to start. Please send your responses to raja@sylow.mscs.mu.edu. The books I am following are: Object-Oriented Graphics by P.Wisskirchen Object-Oriented Software by Ann L. Winbald, Samuel D. Edwards and David R. King The C++ Programming Language by Bjarne Stroustrup