Overloaded << operator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • deepakvsoni@gmail.com

    #1

    Overloaded << operator

    I've a class in DLL which has overloaded << operator. When i use the
    dll in other file i get run time error when i use << operator,
    I get abnormal program termination error.

  • Victor Bazarov

    #2
    Re: Overloaded &lt;&lt; operator

    deepakvsoni@gma il.com wrote:
    I've a class in DLL which has overloaded << operator. When i use the
    dll in other file i get run time error when i use << operator,
    I get abnormal program termination error.
    There is a logic error on the line 42 of your code.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    • anon

      #3
      Re: Overloaded &lt;&lt; operator

      deepakvsoni@gma il.com wrote:
      I've a class in DLL which has overloaded << operator. When i use the
      dll in other file i get run time error when i use << operator,
      I get abnormal program termination error.
      >
      It works fine for me. I hope you get it fixed!

      Comment

      Working...