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 classI have a vector<class>v1 and vector<vector<class>> v2; I ask the user how many vectors they need th...
Accessing queue within a vectorWhat do you mean?
Accessing queue within a vectorHi I have this linked queue which I placed into a vector (something I needed to do to for my project...