|
|
std::cin >> secret;
formatted extraction reads space delimited data, i.e. it stops reading at first space.when I tried to fix it with cin.ignore it only showed the first word of what i typed |
MiiNiPaa wrote: |
---|
std::cin >> secret; formatted extraction reads space delimited data, i.e. it stops reading at first space. |