Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Voice Scatter |
Voice Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| namespace | allow grouping of entities like classes, objects, functions under a name |
| namespace identifier {entities} | declaration of a namespace |
| namespace_identifer::entity_name | accessing variables outside a namespace |
| using | is used to introduce a name from a namespace into the current declarative region |
| using namespace_identifer::entity_name | accessing variables outside a namespace |
| using namespace | accessing an entire namespace |
| namespace new_name = current_name | namespace alias |
| Terms | 7 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subjects | C++, C plus plus, programming |
| Access | Anyone |
| Edit | Creator Only |