SourceForge Logo

General
Introduction
Screenshots
Download
Mailing Lists


Documentation
FAQ
Project goals
System Architecture
Tutorial
Reference guide


Development
Contributing
Contributors
Compilation
GTK+ win32 for Cygwin


Links
GTK+ Library
MySQL Database
Cygwin
Cygwin/XFree86
Nullsoft Install System
MSDN Library
HPUX Porting and Archive Centre


Tutorial



Samples

GUI calculator

The source file of the calculator (C-like) calc.xc

The source file of the calculator (Basic-like) calc.xb

HTTP server

The source file of the HTTP server httpd.xc

Emacs users

For those like me who use Emacs as a development environment, remember to add the following line to your '.emacs' file in your home directory to ease your X Language coding.

(setq auto-mode-alist (cons '("\\.xc$" . c-mode) auto-mode-alist))