HackerTrans
トップ新着トレンドコメント過去質問紹介求人

laauraa

no profile record

コメント

laauraa
·11 か月前·議論
>Uninitialized data

They at least fixed this in c++26. No longer UB, but "erroneous behavior". Still some random garbage value (so an uninitialized pointer will likely lead to disastrous results still), but the compiler isn't allowed to fuck up your code, it has to generate code as if it had some value.