Left Top
About
Code
Contact
Digitemp
Jabber
Write-Ups
Blank
w3c_v
Illx Logo
 
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)