The following operators have been introducedor overloaded within C++.
         ::     Scope. Identifies a global variable.
         <<     Insertion.
         >>     Extraction.
         
        Apparantly new and delete are operators, not keywords.
        
         new Dynamc allocation operator
         delete Free memory.
         
 
| Top | Master Index | C++ Keywords | Functions |