Skip to content

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

Notifications You must be signed in to change notification settings

sean-/Boost.Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published