- friend -- Grant non-member function access to private data.
- inline -- Optimize calls to short functions.
- namespace -- Partition the global namespace by defining a scope.
- new -- Allocate dynamic memory for a new variable.
- static -- Create permanent storage of a variable.
- template -- Create generics functions.
- this -- A pointer to the current object.
- using -- Import complete or partial namespace.
- virtual -- Create a function that can be overridden by a derived class.
I like to learn new technologies. These posts are for my own reference (I have habit of forgetting). If anybody finds these posts useful, then it will surely make me HaPpY.
Wednesday, February 8, 2012
The list of 'keyword' you must known
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment