2024-04-19 11:50:36 I chat: *** Fussel finished in: 129 minute(s) 22.82 second(s)
2024-04-19 11:50:36 I chat: *** 123 minute(s) 19.94 second(s) worse, better luck next time.
2024-04-19 11:50:36 I chat: *** You have a jetpack gun
2024-04-19 11:50:37 I chat: *** Flocke finished in: 121 minute(s) 8.40 second(s)
2024-04-19 11:50:37 I chat: *** 1 finished in: 125 minute(s) 55.54 second(s)
2024-04-19 11:50:38 I chat: *** You have unlimited air jumps
2024-04-19 11:50:41 I teamchat: 1: yeeeeeeeeee
cute x)2024-04-19 11:50:36 I chat: *** Fussel finished in: 129 minute(s) 22.82 second(s)
2024-04-19 11:50:36 I chat: *** 123 minute(s) 19.94 second(s) worse, better luck next time.
2024-04-19 11:50:36 I chat: *** You have a jetpack gun
2024-04-19 11:50:37 I chat: *** Flocke finished in: 121 minute(s) 8.40 second(s)
2024-04-19 11:50:37 I chat: *** 1 finished in: 125 minute(s) 55.54 second(s)
2024-04-19 11:50:38 I chat: *** You have unlimited air jumps
2024-04-19 11:50:41 I teamchat: 1: yeeeeeeeeee
cute x) CreateProcess()
or start
in Windows will behave this way (edited)// create file handle
FILE *fp = fopen("file.txt");
// seek to end of file
fseek(fp, 0x0L, SEEK_END);
// tell current cursor position (at EOF, this is file size)
auto size = ftell(fp);
// allocate size of file in memory
auto *buffer = static_cast<char *>(malloc(size));
// copy file from disk into buffer in memory
fread(buffer, size, 1, fp);
// close/delete file handle
fclose(fp);
...
// de-allocate buffer when finished
free(buffer);
(edited)start
in cmd on a file it will bring up the protocol dialog