Actually I\'ve a problem with compiling some library with intel compiler. This same library has been compiled properly with g++.
I am trying to create a data buffer, more specifically, an image buffer, which will be shared among multiple modules. Those modules only reads from the buffer and don\'t communicate with each other at
I have to send mesh data via TCP from one computer to another...These meshes can be rather large.I\'m having a tough time thinking about what the best way to send them over TCP will be as I don\'t kno
I\'am trying to return a string from a function but it doesn\'t compile. When I replace the std::string& type with int& it compiles, however I want to return additionally to the boolean a std:
I discovered a strange result in Boost C++ date time library. There is inconsistency between microsec_clock and second_clock, and I don\'t understand why is that. I am using Windows XP 32-bits
I am looking for a container which provides std::map like interface but maintains the order in which elements are inserted. Since there will not be too many elements in the map, the lookup perform开发
I\'m using Boost.Python to create Python modules from C++ classes. And I ran into a problem with references.
Can someone tell me, where to find a detailed guide, how to build the Boost-Libraries for using it on th开发者_JAVA技巧e iPhone-Device.
I need to do a in-place transposition of a large matrix(so the simplest way to allocate another matrix and transpos开发者_开发百科e to it won\'t work). Unfortunately, this large matrix isn\'t square.
I\'m building the below example boost-consuming user-mode app with the WDK, but I\'m getting the following errors when linking with the boost libraries that I built earlier using bootstrap and .\\bjam