+ 1
C++ i need help pls
how can I enter a variable from the keyboard in c ++? I do not remember how it was or where it came from
1 Antwort
+ 4
with "cin" command.
here you can find a quick review: http://www.cplusplus.com/doc/tutorial/basic_io/
also, google "C++ Cheat Sheets" and there are a lot of them. Archive one that best suits your needs.