Skip to content

Example of using extern and static global variables in C++.

Notifications You must be signed in to change notification settings

CiproGit/storage_class_specifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storage_class_specifiers

This repository shows an example of using the extern and static keywords for global variables in C++. Specifically, two variables are declared static to implement internal linkage and another is declared extern to implement external linkage.

About

Example of using extern and static global variables in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages