HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laauraa

no profile record

comments

laauraa
·11 माह पहले·discuss
>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.