C++
The Boost C++ Libraries on a Mac
So I’ve recently adventured into the the world of C++, attempting to write a homebrew documentation system. I soon discovered that I needed to access various features of the filesystem, a feature that is lacking in C++ without making the application heavily dependent on platform. Naturally I turned to the boost libraries, notably the filesystem [...]
Read Full Post | Make a Comment ( 4 so far )


