im starting to learn C++ and made this short code to (hopefully) bsod. #include <cstdlib> main() { std::system("bluescreen"); }