User profile: Kyle M

User info
User name:Kyle M
Old user name:kflo98
History
Joined:
Number of posts:34
Latest posts:

Need your inputs please
Don'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 please
I 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 ...