Not a chance that is C++. If it is, then it looks like source code in a
de-compiled state. C++ does not allow functions like shown. The most basic C++
program would be:


#include <iostream>
...