< Previous | Contents | Next >

Working with the std Namespace

Because its so common to use elements from the std namespace, Ill show you two different methods for directly accessing these elements. This will save you the effort of using the std:: prefix all the time.


 

Introducing the Game Over 2.0 ProgramEmploying a using DirectiveIntroducing the Game Over 3.0 ProgramEmploying using DeclarationsUnderstanding When to Employ using