You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I decided to make C++ the second project language for this project (Reactop) as C++ is the second primary language that ReactOS is written in, and this project relies heavily on ReactOS.
class projectLanguageFile {
int main() {
std::cout << "I decided to make C++ the second project language for this project (Reactop) as C++ is the second primary language that ReactOS is written in, and this project relies heavily on ReactOS.\n";
break;
}
return main();
break;
}
// File info
// File version: 1 (Wednesday, July 14th 2021 at 2:47 pm)
// File type: C++ Source file (*.cpp, *.cxx)
// Line count (including blank lines and compiler line): 17