Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo, ich habe früher ein bisschen C programmiert und wüsste jetzt gerne, wie die C++-Funktion für
scanf()
ist.
G-man
Hi!
ich glaub du meinst cin>>
cin>> funktioniert so:
int main() { int var; cin>>var; cout<<"Du hast "<<var<<" eingegeben!"<<endl; return 0; }