CPP0
CPP0 refers to a series of introductory programming projects often assigned in C++ courses, particularly at universities like Epitech. The "CPP" part clearly indicates the language, C++, while the "0" suggests it's a foundational or initial assignment. These projects are designed to introduce students to the fundamental concepts of object-oriented programming (OOP) and C++ syntax.
Typically, CPP0 assignments involve basic tasks such as understanding and implementing core C++ structures, working with
These initial assignments serve as a gatekeeper, ensuring that students can handle the basic mechanics of writing