Index ¦ Archives

CPP

C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.

example.cpp

#include<iostream>

using namespace std;

int main()
{
    cout << "Hello World" << endl;
}

C++

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.