Skip to content
Archive of entries posted on February 2007

X Windows Programming in C++: Part II

X Windows Programming in C++: Part I Continuing with our task of creating a C++ version of basicwin.c, we next look at XOpenDisplay / XCloseDisplay. Here’s some code snippets from basicwin.c showing the use of these functions: