User Tools

Site Tools


computer_science:programming:cpp

This is an old revision of the document!


Here is the most basic piece of C++ code:

#include <iostream>
 
using namespace std;
 
int main(){
    cout << "Hello World";
}
computer_science/programming/cpp.1631054340.txt.gz · Last modified: 2021/09/08 07:39 by mana