Blargg's C++ Notes

These are some old ideas I put up many years ago. I should update it with some of my current constructs.

A very important aspect of C++ for me is the amount customization that can be achieved with user-defined types. I can experiment with new language and near-language level concepts. When truely useful concepts are found and polished, they can be used immediately by the entire C++ community with standard C++ compilers.

Coding Style

Exception Handling

Language

Obfuscated

Language Extension


Back to Blargg's Home