User profile: moodydog

User info
User name:moodydog
History
Joined:
Number of posts:10
Latest posts:

How to find the element number of a vector<string>?
Hi thanks, I found a simple way of doing it already. I think it's quite similar to your first metho...

How to find the element number of a vector<string>?
Hello, Imagine I have a vector as such... [code] vector<string> vec = {"alpha", "beta", "gamma"...

Optimisation of code
Thank you for your replies, Mainly because the book only handles single if statements so far, I wro...

Optimisation of code
I am currently learning C++ following "Programming Principles and Practice" (I absolutely love the b...

Birthday Paradox coding
Hey guys, Again thanks for your help. I have taken your advice, and have fully got my code to work...