Thread: boost::function

  1. #1
    Registered User
    Join Date
    Oct 2006
    Location
    UK/Norway
    Posts
    485

    boost::function

    Hallo

    I have started to look into boost after one of my tutors told me that boost::function would be a good way to solve a problem I had.

    But from reading the examples, I cant see why boost::function is better then having virtual functions . Is it almost the same, or am I missing something fundamental here?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    What was the problem?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A Generic Reference-Counted Pointer Class (4 Bubba)
    By Codeplug in forum C++ Programming
    Replies: 46
    Last Post: 12-19-2004, 04:08 AM