$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2005-01-30 07:56:36
Jeff Garland wrote:
>When you say store, do you mean to a file? If you are just talking about
>'portable types' as the title implies, you should look at:
>
>http://www.boost.org/libs/integer/cstdint.htm
>
>It's not that obvious from the docs, but you have types like boost::int32_t,
>boost::uint32_t, etc.
>
>
>
This is exactly what I was looking for.
Thank you!
Roland