The Xpp Programming Language. The CPP(C++) Programming Language.
The primary recommended file name extension of the xpp is .xpp, and .x also works.
hello.xpp
#include <iostream> int main() { std::cout << "Hello, Xpp Lang!" << std::endl; }
The name c++ usually comfuses humans, because it let people think that it is c sometimes, but c++ is very different from c nowadays. Many people use c code inside c++, which is not a good idea, so a new name xpp is created, indicating that it is c++, not c. Note that this is not discriminating against c, but it is to distinguish them clearly.
Last revised: March 04, 2022 at 05:37:35 GMT |