w3c_v
Code
-> C++
Illx Code Page:
Making a window with Xlib, with some text
new window with text
source
to compile it, run:
g++ -o nwwt nwwt.cpp -L/usr/X11R6/lib -lX11
A simple prog to check the existance of a user on
a Unix box (just checks against /etc/passwd)
chkuser.cpp