Journal Articles

Overload Journal #152 - August 2019 and Programming Topics
Browse in : All > Journals > Overload > o152 (6)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Empty Scoped Enums as Strong Aliases for Integral Types

Bob Schmidt

04 August 2019 19:36:52 +01:00

Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

C++ Reflection for Python Binding

Bob Schmidt

03 August 2019 19:21:26 +01:00

There are various approaches to generating Python bindings in C++. Russell Standish shows how Classdesc can be used to achieve this.