CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2017
    Posts
    9

    Creating an active object using boost

    Hi,
    How to create a active object using boost library?
    Also how to create a singleton class using boost.

    Thanks

  2. #2
    Join Date
    Feb 2017
    Posts
    677

    Re: Creating an active object using boost

    Are you referring to the Active Object and the Singleton OO design patterns?

    Well, a quick search on the net indicates that none of those patterns are available in a Boost library so you will have to look elsewhere.

    Possibly Boost could be used (or partly used) for the implementation of these patterns but I suggest you instead go for modern C++ (version 11 and above).
    Last edited by wolle; July 5th, 2017 at 11:08 PM.

  3. #3
    Join Date
    Mar 2017
    Posts
    9

    Re: Creating an active object using boost

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured