#include <iostream>
#include <string>
#include <vector>
class IUser {
public:
virtual ~IUser() = default;
};
class User : public IUser {
public:
std::string name = "Niko";
std::vector<std::string> aliases = { "N1kO23", "NullPointr" };
std::vector<std::string> pronouns = { "he", "him" };
std::vector<std::string> fav_theme = { "Material Ocean", "SynthWave '84" };
std::string line_ends = "lf";
std::string code_style = "prettier";
std::string variables = "snake_case";
std::vector<std::string> editors = { "VSCode", "vim" };
};
int main() {
User niko;
std::cout << "Hello, I am" << niko.name << "!\n";
return 0;
}
❌
throw new UnsupportedOperationException();
Just a random finnish software engineer.
Also known as NullPointr
- Finland
-
01:28
(UTC +03:00) - https://nullpointr.me
Pinned Loading
-
-
WinTaskMan
WinTaskMan PublicWIP: Qt6 based program trying recreate the iconic WinXP/Vista/7 task manager
C++ 4
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


