C++ - static vector of pointers causes undefined referenceI tried adding the line [code]vector<Record*> CreateReport::primaryCollection;[/code] above my const...
C++ - static vector of pointers causes undefined referenceI'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 elementI have a file called grad.dat which contains data on numerous post-secondary graduates. The records ...
This user does not accept Private Messages