input - Displays a dialog box in which you can enter the necessary data.
Syntax
input (); // Window title - Enter data
input ("Enter nickname"); // Window title in the dialog - Enter the nickname
Returns string
string a=input ();
or
messagebox (input ());
If you need to enter numbers, convert it like so formatsn
int q=formatsn (input ());
1. Kibor - 24 Июля, 2018 - 05:06:07 - перейти к сообщению