Ok, I am creating a prototype ATM and the only error I have left is this:
CODE
Stream<<-amountw<< endl;
It says there is no match for the 'operator<<' in 'Stream << -amountw'
This works with Borland, but I need it to work with Dev-C++. Any ideas? I'm pretty new at this....
This post has been edited by 7OXIC: 19 Mar, 2007 - 02:57 PM