Forum: C++ Oct 15th, 2008 |
| Replies: 2 Views: 2,296 |
Forum: C++ Oct 14th, 2008 |
| Replies: 2 Views: 2,296 Hello guys, I'm selfstudying C++ and atm am reading about classes. I want to define ostream operator<< but compiler cant find ostream to be regular use. I'm using Visual Studio 2005 on XP SP2 and... |
Forum: C++ Aug 24th, 2008 |
| Replies: 10 Views: 3,300 Hello, this is a small suggestion for your problem.
This (the code is my solution to similar problem) is recommended in Stroustrup (C++ program language) book, about passing 2d arrays to functions.... |