Wednesday, 18 September 2013

I forgot what this is called?

I forgot what this is called?

Ok so I have this code and I KNOW it's not good programming practice. I
just forgot what it's called.
int main()
{
int variable;
{
int variable;
}
}
Is that a local namespace or something? I just can't remember the correct
term for doing something such as that.

No comments:

Post a Comment