Is there some ninja trick to make a variable constant after its declaration?

后端 未结 8 1395
广开言路
广开言路 2020-12-01 09:13

I know the answer is 99.99% no, but I figured it was worth a try, you never know.

void SomeFunction(int a)
{
    // Here some processing happens on a, for ex         


        
8条回答
提交回复
热议问题