Journal Articles

Overload Journal #144 - April 2018 and Programming Topics
Browse in : All > Journals > Overload > o144 (7)
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.

No News is Good News

Bob Schmidt

06 April 2018 16:54:50 +01:00

Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.

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.

5 Reasons NOT to Use std::ostream for Human-Readable Output

Bob Schmidt

03 April 2018 16:42:39 +01:00

C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.