Journal Articles

Overload Journal #140 - August 2017 and Programming Topics
Browse in : All > Journals > Overload > o140 (9)
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.

A C++ Developer Sees Rustlang for the First Time

Bob Schmidt

05 August 2017 00:51:45 +01:00

Rust claims to run blazingly fast, prevents segfaults, and guarantees thread safety. Katarzyna Macias provides an introduction for a C++ developer.

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.

Portable Console I/O via iostreams

Bob Schmidt

04 August 2017 00:45:16 +01:00

Portable streaming is challenging. Alf Steinbach describes how his library fixes problems with non-ASCII characters.

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.

Afterwood

Bob Schmidt

01 August 2017 00:35:57 +01:00

Chris Oldwood reminds us to fix the problem, not to blame.