Bart, For an excellent online book see 'Thinking in C++' by Bruce Eckel http://www.MindView.net/
For mind-boggling collection of links related to object-oriented programming http://www.cetus-links.org/ Jim Cant On Fri, 24 Mar 2000 12:08:22 -0800, Bart Friederichs wrote: >Hi, > >I am writing a C++ program and I really need info on how to overload >operators (especially + and <<) and info on streams. Does anybody know a URL >where this kind of info can be found? > >TIA >Bart