Learn C++ by Gaming tutorial #001
Youtube-Link: https://www.youtube.com/watch?v=dzcIa3-FHGU
Code:
// THIS IS MY COMMENT.
//GAME OVER!
//A C++ Tutorial.
//GAME OVER!
//A C++ Tutorial.
//cout-command is found in "iostream".
#include <iostream>
#include <iostream>
//find cout-command.
using namespace std;
using namespace std;
int main()
{
cout << "Game Over!" << endl;
return 0;
}
{
cout << "Game Over!" << endl;
return 0;
}
Keine Kommentare:
Kommentar veröffentlichen