Can you use cout inside a overloaded operator function? If not, why?
This is a discussion on Question using cout within the C++ Programming forums, part of the General Programming Boards category; Can you use cout inside a overloaded operator function? If not, why?...
Can you use cout inside a overloaded operator function? If not, why?
You can.
- lmov