Journal Articles
Browse in : |
All
> Journals
> Overload
> o140
(9)
All > Topics > Design (236) 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.
A Usable C++ Dialect that is Safe Against Memory Corruption
Bob Schmidt
07 August 2017 00:55:27 +01:00
Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2).
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.
Metaclasses: Thoughts on Generative C++
Bob Schmidt
06 August 2017 00:53:48 +01:00
Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible.
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.
A Functional Alternative to Dependency Injection in C++
Bob Schmidt
03 August 2017 00:43:07 +01:00
Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++.