Archive for the 'C/C++ Programming' Category

Using Automake and Autoconf with C++

The automake and autoconf tools can be used to manage C++ projects under Unix. They should save a lot of time compared to make and configure, while ensuring that your project is structured according to GNU standards.
However, it is difficult for beginners to get started. Hopefully, this tutorial will provide enough information for C++ programmers [...]

Some syslog Examples

Many other texts written here contain small examples of using the syslog facility within scripts and programs. Three very simple examples of using syslog in C, Perl and a shell script are shown in this text.