length of the array of pointers, using strlen in CFirst off, you're going to get warnings for trying to assign const char *s to an array of char *. C...
keep getting errorYou have more errors than just that. Line 12: Return type of main MUST be int. Line 32: System(...
(c++ stl thread) what happen when constructing threads without join() or detach()?Please do not post the same question in multiple forums. https://cplusplus.com/forum/beginner/285230...
File manager[quote]SDL version 1.2.15 (historic). SDL 1.2 has been superseded by SDL 2.0. SDL 1.2 is no longer s...
Returning wrong valuePLEASE ALWAYS USE CODE TAGS (the <> formatting button) when posting code. It makes it easier to read...