Is it possible to avoid global variables in a strictly procedural program?

Posted by Pierreten on Stack Overflow See other posts from Stack Overflow or by Pierreten
Published on 2010-04-29T15:48:28Z Indexed on 2010/04/29 15:57 UTC
Read the original article Hit count: 159

Filed under:
|

Being a developer born and raised on OO, I was curious to hear how it's possible to avoid global state in a procedural program.

© Stack Overflow or respective owner

Related posts about c

    Related posts about programming-languages