Here is a collection of obscure C++ features, gathered over the
years by the author of the post, Evan Wallace. Hopefully you'll learn something from this page even if you already
know C++ pretty well.
The features below are roughly ordered from least to most obscure.
See the Post here
- What square brackets really mean
- Most vexing parse
- Alternate operator tokens
- Redefining keywords
- Placement new
- Branch on variable declaration
- Turing complete template metaprogramming
- Pointer-to-member operators
- Static methods on instances
- Overloading ++ and --
- Operator overloading and evaluation order
- Functions as template parameters
- Template template parameters
- Function try blocks
See the Post here
No comments:
Post a Comment
Lets hear your comments!!