Need your inputs pleaseDon't think you will need it, specially with one file. https://msdn.microsoft.com/en-us/library/h55...
Need your inputs please[code] #include "stdafx.h" // Not sure what this is for #include <iostream> #include <string> #inclu...
Need your inputs pleaseI don't see the function definition for vehicleType and seems you have a header included that is not...
Store code help (parse error[i think])I got it to compile. You need to fix your client file first. Declare before you use. You need to use...
Heap and queue decision (theoretical)The Heap class is a functional class by itself (can be instantiated) with no virtual functions. All ...