|
TutorialSamplesGUI calculatorThe source file of the calculator (C-like) calc.xc The source file of the calculator (Basic-like) calc.xb HTTP serverThe source file of the HTTP server httpd.xc Emacs usersFor 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)) |