number and letters
hello! i would like to ask how to input like a code, a number with letters combined in c++ like this ("fF222")
hello! i would like to ask how to input like a code, a number with letters combined in c++ like this ("fF222") |
1 2
|
string things;
cin >> things;
|
Context is everything ...
Topic archived. No new replies allowed.