Global variable management in C language

Source: Internet
Author: User
In C language, information encapsulation is weaker, only the file scope of static variables.




Assumptions are not constrained. Very easy causes global variables to fly.


Assume that you define a global structure body. Put the global variables in this globlevariate, should be good tube, at least more elegant than the bare.


Further, each module defines its own structure. Put the module public variables in the structure. It would be more elegant to split the globlevariate into multiple small structures.




The approximate pseudo-code is the following way.


struct globlevariate

struct ModuleVariate1;
struct ModuleVariate2.

...


At the same time, it is forbidden to define variables outside the function, which can improve the management of global variables.

Global variable management in C language

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.