Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9VS6 is the compiler that built it. It's Watcom that wouldn't.
Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9Here is the example: [code] #include<iostream> #include<string> using namespace std; template <type...
Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9Today I tried to do a template example out of my new C++ book by Siddhartha Rao. OpenWatcom C++ 1.9 ...