Journal Articles

Overload Journal #135 - October 2016 and Programming Topics
Browse in : All > Journals > Overload > o135 (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.

Determinism: Requirements vs Features

Martin Moene

06 October 2016 21:12:15 +01:00

A program can easily be non-deterministic. Sergey Ignatchenko considers how to define determinism.

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.

Eight Rooty Pieces

Martin Moene

05 October 2016 21:13:48 +01:00

Finding a square root is a common interview question. Patrick Martin demonstrates eight different ways to find a root.

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.

Polymorphic Comparisons

Martin Moene

04 October 2016 21:17:05 +01:00

Polymorphic comparisons require much boilerplate. Robert Mill and Jonathan Coe introduce a template utility for such comparisons.

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++ Synchronous Continuation Passing Style

Martin Moene

03 October 2016 21:18:23 +01:00

Direct and continuation passing styles differ. Nick Weatherhead explains a continuation passing style for synchronous data flow.

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.

Attacking Licensing Problems with C++

Martin Moene

02 October 2016 21:19:35 +01:00

Software licenses are often crackable. Deák Ferenc presents a technique for tackling this problem.