I downloaded the source for Launchy and am trying to build it in Visual Studio 2005.The Launchy project is built using VC7 so I had to update the project files to VC8 and that process seemed to go wel
Right now I\'m generating a random enumerator using boost\'s random library. Basically I\'m using an implicit conversion to specify the random generator\'s distribution, getting a random number, and t
I want to add swap functionality to two existing C++ classes.One class inherits from the other.I want each classes\' instances to only be swappable with instances of the same class.To make it semi-con
I am using both the JUCE Library and a number of Boost headers in my code.Juce defines \"T\" as a macro (groan), and Boost often uses \"T\" in it\'s template definitions.The result is that if you some
I just started learning C++ and am currently using codeblocks. I want to write 开发者_运维百科an application that can search for files in a directory including its subdirs, but I cant seem to find any
I am an intermediate c++ programmer and done some work using ACE, now I want to learn one of those Libraries thoroughly to p开发者_Python百科rogress in to my career. That why I need your kind help to
I have the following code snippet. I am compiling using the sun studio 12 compiler and have tried boost 1.33 and 1.39
I am trying to lean boost::bind, boost::lambda libraries and how they can be used with STL algorithms. Suppose I have vector of int-string pairs which is sorted by int key. Then a place to insert a ne
I\'m using boost::property_tree. The documentation is very vague and overall unhelpful for the most part. Looking at the source/examples didn\'t help that much, either.
Closed. This question does not meet Stack Overflow guideli开发者_开发问答nes. It is not currently accepting answers.