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 codeThank you for your replies, Mainly because the book only handles single if statements so far, I wro...
Optimisation of codeI am currently learning C++ following "Programming Principles and Practice" (I absolutely love the b...
Birthday Paradox codingHey guys, Again thanks for your help. I have taken your advice, and have fully got my code to work...