Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!athena.mit.edu!aeichsta From: aeichsta@athena.mit.edu (Andrew J. Eichstaedt) Newsgroups: comp.lang.c++ Subject: C++ and X (DECwindows, really) Summary: How do I...? Keywords: C++, X, DECwindows Message-ID: <1990Jan12.211421.23747@athena.mit.edu> Date: 12 Jan 90 21:14:21 GMT Sender: aeichsta@athena.mit.edu Reply-To: aeichsta@athena.mit.edu (Andrew J. Eichstaedt) Organization: Massachusetts Institute of Technology Lines: 8 I'm interested in doing some user-interface programming with C++. X Windows is already written in a object-oriented style, but in C, rather than C++. What's the best way to combine the object-orietnedness of the X libraries with the capabilities of C++, or at least to use them in C++? It seems to me that a C++-language interface to X would be not only useful to C++ users, but also not too difficult to do. Andrew