ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

Empty Scoped Enums as Strong Aliases for Integral Types
Description : Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers. by Lukas Böger

C++ Reflection for Python Binding
Description : There are various approaches to generating Python bindings in C++. Russell Standish shows how Classdesc can be used to achieve this. by Russell Standish