View allUsers (5)

Posts

i had to unironically do yanderedev coding for a simple program because my teacher accusses us of using chatgpt if we use anything we aint seen or asks us to exactly explain how it works and if we dont explain it properly we're fucked

rate my code

how to run Use an online compiler to run C++ code without installation

1.Visit a Compiler**: Go to [Replit](https://replit.com/) or [JDoodle](https://www.jdoodle.com/c-online-compiler).

2. Enter Code 3. **Run It**: Click "Run." and Shout out to deepai.org

#include <iostream>

int main(){

std: : cout << "Hello, World!" << std: : endl;

return 0;

}

something has awaken

i am making a game that i copy and pasted all of the scripting will keep on doing it but here is the entire scripting

Coding in C... It it really that hard?