Tuesday, September 7, 2010
Template for a network server
A short tutorial on how to use my template for programming a network server in C. This template is built around select() system call and it includes the possibility to build it as a daemon with logging and configuration file. I'll update this topic soon.
Subscribe to:
Posts (Atom)
-
To use Vim as an editor for C/C++ (and other programming languages as well), we need to extend Vim with some handy plugins. Vim is a power...
-
How to get intellisense like (omnicompletion) feature on Vim for standard C libraries! If you're a Vim user and also code C sources i...