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

static in C

Name: Anonymous 2010-10-16 17:23

I can see why you would want static variables in functions but what's the point of static globals?

Name: Anonymous 2010-10-16 18:16

>>5
C does have namespaces.  There is a "tag" namespace, a "label" namespace, and an "object" namespace.  (And if you have random collisions, it's because you're a bad programmer.  Don't name your functions randomly and they won't collide randomly.)

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