ccitllz / Boost.Examples

Various Boost Examples that I've accumulated. Some of Boost's (excellent!) documentation can be a bit dense at times and a simple example is often all that's needed to get rolling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Various Boost Examples that I've accumulated.

Some of Boost's (excellent!) documentation can be a bit dense at times and a
simple example is often all that's needed to get rolling. Here is my public
repo that documents some of my random Boost meanderings.

I make use of a .cshrc file that sources a .enter.tcsh if it has the correct
ownership and permissions. This is very handy for setting environment
variables such as BOOST_INCDIR, which is referenced throughout various
Makefiles.

To review, download or learn more about my .cshrc file, see:

	https://raw.github.com/sean-/cshrc/master/.cshrc

for details or download it directly:

	curl -o ~/.cshrc # fetch -o ~/.cshrc https://raw.github.com/sean-/cshrc/master/.cshrc
	exec /bin/tcsh # Once ~/.cshrc has been reviewed to your satisfaction!!
	chsh /bin/tcsh # When ready to ditch bash

All content in this repository is licensed under the Boost Software License,
Version 1.0. See LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt .

Cheers. -Sean

About

Various Boost Examples that I've accumulated. Some of Boost's (excellent!) documentation can be a bit dense at times and a simple example is often all that's needed to get rolling.

License:Boost Software License 1.0


Languages

Language:C++ 97.4%Language:Shell 2.6%