Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!tulip.cis.ohio-state.edu!hall From: hall@tulip.cis.ohio-state.edu (john hall) Newsgroups: comp.windows.x Subject: Use of C++ with X11 Message-ID: <35029@tut.cis.ohio-state.edu> Date: 13 Feb 89 22:14:30 GMT Sender: news@tut.cis.ohio-state.edu Reply-To: Distribution: usa Organization: Ohio State University Computer and Information Science Lines: 7 I have started using X11R3 with C++ from GNU. The only conflicts have come from the use of class and new in some of the Xwindow definitions ( like Visual in Xlib.h), since these are reserved in C++. You also need to add prototyping as needed.