Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)XE
Posts
0
Comments
280
Joined
1 yr. ago

  • The WTF case isn't allowed because it would allow modification of the const. From https://en.cppreference.com/w/cpp/language/implicit_conversion

    int main() { const char c = 'c'; char* pc; char** ppc = &pc; const char** pcc = ppc; // Error: not the same as cv-unqualified char**, no implicit conversion. *pcc = &c; *pc = 'C'; // If the erroneous assignment above is allowed, the const object “c” may be modified. }

  • I'm extremely picky, and I'm lucky to have a game I love to bits that's been consistent the last two decades. I don't think it's a bad thing, and I've come to accept it. I still play games socially with my friends, even if I wouldn't have played that game by myself.

    I went through the same thing you did, trying games that are popular and finding that I don't enjoy them that much, and then thinking that I've become jaded and no longer enjoy games. However when I do play a game I enjoy I enjoy it very much indeed, so perhaps I'm not jaded after all.

    There's no accounting for taste.