My Personal Website: https://sentry456123.github.io
std::string string = "hello world";
string + 'a'; // string concatenation
const char *chars = "hello world";
chars + 'a'; // pointer arithmetic
Solution? Use .append and .push_back methods instead
std::string string = "hello world";
string + 'a'; // string concatenation
const char *chars = "hello world";
chars + 'a'; // pointer arithmetic
Solution? Use .append and .push_back methods instead
youtu.be/ktWCzcjYOcs
youtu.be/ktWCzcjYOcs
Pixel Transit is available now on Steam!
Pixel Transit is available now on Steam!