Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Classes Pt 2 c++
//g++ 5.4.0 #include <iostream> class log{ public: const int LogLevelError = 0; const int LogLevelWarning = private: int m_loglevel; public: void SetLevel(int level) { m_loglevel = level; } } int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
lab17feb22x4B.cpp
Palindromo
Varadic macro
code
mur1
RotateMat
Test 1(2021)
Rrrrrrrr
compute power to a number manually, and by using function.
RegexMatch