Generation

class from descriptionTue, 06 Dec 2022

create an object that causes a bsod

int main(int argc, char** argv) { // create an object that causes a bsod char* p = 0; delete[] p; return 0; }

Want to kickstart your project?Use the new AI Studio to create your code