Search Results

3
votes
2answers
331 views

How do I improve compiling speed in Visual Studio C++ 2003 project that is using C++ Boost Libraries

I have just started using Boost 1.36. These libraries would be very useful in reducing the amount of code needed in the unmanaged C++ software project that I am working on. However when I t …