User profile: WmWeber

User info
User name:WmWeber
Name:William Weber
History
Joined:
Number of posts:3
Latest posts:

Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9
VS6 is the compiler that built it. It's Watcom that wouldn't.

Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9
Here is the example: [code] #include<iostream> #include<string> using namespace std; template <type...

Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9
Today I tried to do a template example out of my new C++ book by Siddhartha Rao. OpenWatcom C++ 1.9 ...