bit_vector and list_wl in VC++ 7.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dimitar Georgiev

    bit_vector and list_wl in VC++ 7.0

    Hi:

    I am using Visual C++ 6.0 and want to re-compile a code written under
    VC++ 7.0.
    There are two types bit_vector and list_wl which I could not find in
    the MSDN database. Can I replace them with other types? Could somebody
    give me info about them?

    Thanks,
    Dimitar
  • Kevin Goodsell

    #2
    Re: bit_vector and list_wl in VC++ 7.0

    Dimitar Georgiev wrote:[color=blue]
    > Hi:
    >
    > I am using Visual C++ 6.0 and want to re-compile a code written under
    > VC++ 7.0.
    > There are two types bit_vector and list_wl which I could not find in
    > the MSDN database. Can I replace them with other types? Could somebody
    > give me info about them?
    >[/color]

    The topical answer is "Those are not standard C++ types."

    For anything else, you'll have to visit a VC++ group or possibly a group
    that discusses whatever library they come from.




    -Kevin
    --
    My email address is valid, but changes periodically.
    To contact me please use the address from a recent posting.

    Comment

    Working...