Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Operator Overloading
- - Operators are just functions
- - Overloading is just the same function with different parameters
- Templates
- - A powerful way to write a library
- - Work on any type
- - Work on *both* built-in and user defined types
- - Eg: vector is a template
- Using templates can be easy. eg: sort();
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement