Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C Masked Global Variable

Name: Anonymous 2009-05-14 5:52

How would I access the global variable tim from procedure()?

int tim = 0;

void procedure(int tim)
{
    global tim = local tim;
}

Name: Anonymous 2009-05-14 8:03

It's short for time, but EXPERT C PROGRAMMERS should never use more than 1 character for their variable names.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List