User: binary3926

  • Public profile

User profile: binary3926

User info
User name:binary3926
History
Joined:
Number of posts:11
Latest posts:

Vector - Expression must have class type
For those that might look at this later, below is the correct implementation: HEADER FILE: [CODE]...

Vector - Expression must have class type
So 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 type
Peter87 - [CODE](*table).reserve(s);[/CODE] or [CODE]table->reserve(s);[/CODE] produces a segmenta...

Vector - Expression must have class type
Hello, I am receiving an error: "Expression must have class type". I am supposed to "Create a tabl...

This user does not accept Private Messages