User profile: Kai456

User info
User name:Kai456
History
Joined:
Number of posts:16
Latest posts:

Exception thrown when trying to print only first n elements of vector
Wow Ganado thank you for the great reply! Makes a lot more sense now thank you. I used the while loo...

Exception thrown when trying to print only first n elements of vector
You are exactly right, I want the input to stop when the user presses enter. So the reason I'm havin...

Exception thrown when trying to print only first n elements of vector
The code should look like this. I was messing around and forgot to change it back. [code] #include <...

Exception thrown when trying to print only first n elements of vector
I can't seem to figure this out. I basically want to first prompt the user how many elements they wa...

Enum in combination with switch - help
Great thank you! Also it seems I didn't have to include <limits> for numeric_limits! [code] #includ...