int a;
int b = 0;
pragma(msg, a.init); // 0
pragma(msg, b.init); // 0
// how can I see that b has "= 0"?
I want to know if a variable has changed .init, but I don't know
if it's possible if the .init value is the same. Does anyone have
a solution for this?
- Is there a way to see if .init has been set by the user? simendsjo
- Re: Is there a way to see if .init has been set by th... bearophile
- Re: Is there a way to see if .init has been set b... Andrej Mitrovic
- Re: Is there a way to see if .init has been set b... simendsjo
- Re: Is there a way to see if .init has been s... Dicebot
- Re: Is there a way to see if .init has be... simendsjo
- Re: Is there a way to see if .init h... Dicebot
- Re: Is there a way to see if .in... simendsjo
- Re: Is there a way to see if... Namespace
- Re: Is there a way to see if .init has been set b... Maxim Fomin
- Re: Is there a way to see if .init has been set by th... Maxim Fomin
