User profile: HG319

User info
User name:HG319
Old user name:bs319
History
Joined:
Number of posts:98
Latest posts:

Comparing four number for min
if there is a zero that does not work. My min can't be zero

Comparing four number for min
I have four numbers and I need to find the min, but the min cannot be zero. What would be a simple a...

Inserting element in vector of vector of type class
I have a vector<class>v1 and vector<vector<class>> v2; I ask the user how many vectors they need th...

Accessing queue within a vector
What do you mean?

Accessing queue within a vector
Hi I have this linked queue which I placed into a vector (something I needed to do to for my project...