binary object

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sujaiganesh
    New Member
    • Sep 2008
    • 5

    #1

    binary object

    what is the binary object in c++?
    how to use it?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    There is no 'the binary object'; all objects you create in C++ are binary objects.

    kind regards,

    Jos

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Where did you see the phrase "binary object"?

      Comment

      • donbock
        Recognized Expert Top Contributor
        • Mar 2008
        • 2427

        #4
        Do you perhaps mean "the bool (Boolean) type", which can only take on the values of true and false?
        Cheers,
        donbock

        Comment

        Working...