RE: [Boost-Users] A newbie question.
Amit Bhatia wrote:
I have just downloaded boost 1.3.0 a couple of days ago. Welcome!
While going through the documentation I read that it is not necessary to build the library, completely. [...] I have this doubt that is it equally good practice to just include the .hpp files rather than building the whole libary.
For most of the Boost library items, the header *IS* the entire library (that's the power of templates for you :-) The exceptions are the Python, Regex, Signal and Thread libraries - those you need to build. More details are at http://www.boost.org/tools/build/index.html
Also was just wondering if there are seperate disc groups for each set of libaries like numerics/math in one place ?
There are separate lists for Python and the Boost.build system (details at http://www.boost.org/more/mailing_lists.htm). Other than that, everything goes through here. -- Jim
Thanks Jim, I have another doubt which is due to my lack of any previous experience with things like templates(Well I am seeing the kind of programming used in BOOST for the first time :( ). I was looking at the random number library, and it mentions IntType a number of times. I can't figure out where to look for it? So is it a generic thing or is it part of some other BOOST library. I in the end aim to be able to generate random vectors, but this IntType thing is not something that I am able to comprehend. Thanks once again. amit.
participants (2)
-
Amit Bhatia
-
Jim.Hyslop