C++
A Low-Level programming language
C++ is an evolution of C, but it's also a different language. it was born to be the "C with classes", but today it's one of the "hardest" to learn and to understand.
C++ is (as I said) a low-level language, so you type directly on the CPU. The name of this site is inspired to this language, because a pointer is a variable that contains
the memory adress of another variable of the same type. Now, I'll give some links for compilers online:
Back to lobby?