Posts: 1,705
Threads: 52
Joined: Jun 2009
Reputation:
33
RE: Would like to join team
the c++ way of getting input from stdin is cin >> var;
thats why i was asking, scanf is the c way
also, it wouldnt work anyway, you didnt put Yes and No like "Yes" and "No"
also scanf requires a C string as its output, and a std:tring isnt writable unless using streams