Vector - Expression must have class typeFor those that might look at this later, below is the correct implementation: HEADER FILE: [CODE]...
Vector - Expression must have class typeSo here is another thought I had: [CODE]vector<Entry>* table = new vector<Entry>(s); int a = (*tabl...
Vector - Expression must have class type'table' is a hash table. The 'word' string is actually a 'key' which is always in the form of.. "let...
Vector - Expression must have class typePeter87 - [CODE](*table).reserve(s);[/CODE] or [CODE]table->reserve(s);[/CODE] produces a segmenta...
Vector - Expression must have class typeHello, I am receiving an error: "Expression must have class type". I am supposed to "Create a tabl...
This user does not accept Private Messages