Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespaces #210

Open
david-christiansen opened this issue Dec 13, 2024 · 1 comment
Open

Namespaces #210

david-christiansen opened this issue Dec 13, 2024 · 1 comment
Labels
doc-request Request for missing documenation

Comments

@david-christiansen
Copy link
Collaborator

What question should the reference manual answer?

What is a namespace? How does export work?

@david-christiansen david-christiansen added the doc-request Request for missing documenation label Dec 13, 2024
@Shanmukh1609
Copy link

  • Namespaces are used in the various contexts such as in programming and OS [containers].
    Namespaces in Programming - It isolates certain identifiers and variables to avoid conflicts in the code while they are being used. It is used in the c++.
    Namespaces in the OS: It isolates the instances of a global resources to a process, the changes to these resources are not visible and accessible to the rest of the processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-request Request for missing documenation
Projects
None yet
Development

No branches or pull requests

2 participants