User: marystew

  • Public profile

User profile: marystew

User info
User name:marystew
History
Joined:
Number of posts:8
Latest posts:

C++ - static vector of pointers causes undefined reference
I tried adding the line [code]vector<Record*> CreateReport::primaryCollection;[/code] above my const...

C++ - static vector of pointers causes undefined reference
I'm trying to create a function below in my CreateReport class called load() that copies all the rec...

C++ error: class Property<int> has no member named ‘push_back’
Also note: I'm not allowed to use stl:map, nothing else from the STL is allowed except STL vector. ...

C++ error: class Property<int> has no member named ‘push_back’
So I have a .dat file below filled with records that I'm trying to read and compute statistics for: ...

Class template - declaring data type <T> which contains value for particular element
I have a file called grad.dat which contains data on numerous post-secondary graduates. The records ...

This user does not accept Private Messages