2026-04-21 16:07:51
C question: I never use const for POD datatypes, except, maybe, for functions. Does it make sense for you to do something like this:
void foo(void)
{
const int x = 32;
// Do stuff
}
Do you do this? Why?
#cpp
C question: I never use const for POD datatypes, except, maybe, for functions. Does it make sense for you to do something like this:
void foo(void)
{
const int x = 32;
// Do stuff
}
Do you do this? Why?
#cpp
Is it even a documentary, if Ken Burns did not make it? 🤔 🎥
(legit question even without the second clause)
#misnomer #marketing #documentary #cpp #cPlusPlus #sarcasm #joke