how to ensure an input is an integer?is there perhaps a simpler version where i could have something like this?: bool cont = true; strin...
how to ensure an input is an integer?int age; cout << "how old are you?" << endl; cin >> age; how could i edit this to make sure t...
vector.erase()i have another vector which contains: username(z),password(z),name(z),age(z),hours(z),late(z) woul...
vector.erase()how would i erase elements from my vector without using a constant integer? my vector is sorted lik...
Nested Class using function in outer class?class A: hello() greeting() <>class B: <>hello() is there a way so that class B can access th...
This user does not accept Private Messages