tutorial or book on boost
Hello, Can you please recommend a good tutorial or book on boost library for beginners? Thanks Vaclav
On Tue, March 20, 2007 10:11, Vaclav wrote:
Hello,
Can you please recommend a good tutorial or book on boost library for beginners?
Boost have a lot of libraries and there are books which describe a few of them only. Which particular libraries are you interested in? With Kind Regards, Ovanes Markarian
Thank you for your response!
In particualar in smart pointers. I am going to replace pointers in my app
with smart pointers to make it more stable. I need to know how to use them
properly in collections, how to pass them to functions, returns from
functions etc.
Thanks
Vaclav
"Ovanes Markarian"
On Tue, March 20, 2007 10:11, Vaclav wrote:
Hello,
Can you please recommend a good tutorial or book on boost library for beginners?
Boost have a lot of libraries and there are books which describe a few of them only. Which particular libraries are you interested in?
With Kind Regards,
Ovanes Markarian
You want Beyond the C++ Standard Library by Bjorn Karlsson. James
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Vaclav Sent: 21 March 2007 08:01 To: boost-users@lists.boost.org Subject: Re: [Boost-users] tutorial or book on boost
Thank you for your response!
In particualar in smart pointers. I am going to replace pointers in my app with smart pointers to make it more stable. I need to know how to use them properly in collections, how to pass them to functions, returns from functions etc.
Thanks Vaclav
"Ovanes Markarian"
wrote in message news:42075.194.138.18.132.1174405115.squirrel@www.keywallet.com... On Tue, March 20, 2007 10:11, Vaclav wrote:
Hello,
Can you please recommend a good tutorial or book on boost
library for
beginners?
Boost have a lot of libraries and there are books which describe a few of them only. Which particular libraries are you interested in?
With Kind Regards,
Ovanes Markarian
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately.
ok going to order, thanks!
Vaclav
"Hughes, James"
You want Beyond the C++ Standard Library by Bjorn Karlsson.
James
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Vaclav Sent: 21 March 2007 08:01 To: boost-users@lists.boost.org Subject: Re: [Boost-users] tutorial or book on boost
Thank you for your response!
In particualar in smart pointers. I am going to replace pointers in my app with smart pointers to make it more stable. I need to know how to use them properly in collections, how to pass them to functions, returns from functions etc.
Thanks Vaclav
"Ovanes Markarian"
wrote in message news:42075.194.138.18.132.1174405115.squirrel@www.keywallet.com... On Tue, March 20, 2007 10:11, Vaclav wrote:
Hello,
Can you please recommend a good tutorial or book on boost
library for
beginners?
Boost have a lot of libraries and there are books which describe a few of them only. Which particular libraries are you interested in?
With Kind Regards,
Ovanes Markarian
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately.
Vaclav wrote:
Hello,
Can you please recommend a good tutorial or book on boost library for beginners?
You may find following books as interesting The C++ Standard Library Extensions: A Tutorial and Reference by Peter Becker Beyond the C++ Standard Library: An Introduction to Boost by Bjorn Karlsson C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond by David Abrahams The Boost Graph Library: User Guide and Reference Manual by Jeremy G. Siek, Lie-Quan Lee, Arthur A. Lumsdaine, Lie-Quan Lee All these books cover Boost subjects, more or less. Cheers -- Mateusz Loskot http://mateusz.loskot.net
participants (4)
-
Hughes, James
-
Mateusz Loskot
-
Ovanes Markarian
-
Vaclav