passing arguments with template classNo, charHold is a char [code]int main(int argc, char *argv[]) { sequence < double > s1; /...
passing arguments with template classwhy would I get a warning here that says converting to char from double? I initialized s2 as sequen...
passing arguments with template classI did that because it says I need some type of constructor, destructor, or type conversion before "s...
passing arguments with template classthis is the class I think it is size_type size() const; [code]template < class T > class seq...
passing arguments with template classThat works except I have to comment out the #include "sequenceTest.cpp" in the .h and I get errors ...
This user does not accept Private Messages