Can anyone reccomend a good C++ tutorial that is up to date and covers as many platforms as possible? For example when I tried this: #include <iostream.h> g++ will give a warning that this header is deprecated and I should make every effort to use the new headers. The one containing cout and endl appears to be <iostream>, but some of the books I see on the shelves don't cover these. And this in turn seems to influence coding syntax. I need to learn C++, but learn it on both Linux/Unix and Microsoft platforms. The C++ books I've seen at Borders all assume I am using Windows. Thanks! -- Bob Cochran Greenbelt, Maryland, USA Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html