Wie der Ausgabe- und Eingabemechanismus in diesem Beispiel auf dem Terminal von C++ funktioniert

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie der Ausgabe- und Eingabemechanismus in diesem Beispiel auf dem Terminal von C++ funktioniert

by Guest » 04 Jan 2025, 06:41

Hier ist der Code. Ich gebe 233 zweimal als die Variablen g und k ein.

Code: Select all

#include 
#include 
using namespace std;

int main() {

int g, k;
cout > g;
cout

Top