View allUsers (5)

Posts

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

#include <stdio.h>

int main(void)
{
printf("hello, world\n");
}

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?