[comp.windows.x] Use of C++ with X11

hall@tulip.cis.ohio-state.edu (john hall) (02/14/89)

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.