The Lone C++ Coder's Blog

The Lone C++ Coder's Blog

The continued diary of an experienced C++ programmer. Thoughts on C++ and other languages I play with, Emacs, functional, non functional and sometimes non-functioning programming.

Timo Geusch

6-Minute Read

<p>Every reasonably sized C++ project these days will use some third party libraries. Some of them like <a href="http://boost.org/">boost</a> are viewed as extensions of the standard libraries that no sane developer would want to be without. Then there is whatever GUI toolkit your project uses, possibly another toolkit to deal with data access, the <a href="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE libraries</a>, etc etc. You get the picture.</p>

Timo Geusch

3-Minute Read

<p>I’ve blogged about a little elisp snippet I use to install my preferred base set of Emacs packages <a href="https://www.lonecpluspluscoder.com/2014/09/06/install-your-basic-emacs-packages-via-a-single-function-call/" title="Install your basic Emacs packages via a single function call">before</a>. Thanks for all the feedback, it definitely helped improve the code.</p>

Recent Posts

Categories

About

A developer's journey. Still trying to figure out this software thing after several decades.