Journal Articles

CVu Journal Vol 26, #6 - January 2015 and Programming Topics
Browse in : All > Journals > CVu > 266 (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.

Simplicity Through Immutability

Martin Moene

08 January 2015 21:38:28 +00:00

Chris Oldwood considers the benefits of unchangeable data.

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.

Advice for the Young at Heart

Martin Moene

07 January 2015 21:35:41 +00:00

Pete Goodliffe offers sage advice, and asks you to do the same.

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.

Delayed Copy Pattern

Martin Moene

06 January 2015 21:36:39 +00:00

Vassili Kaplan presents some techniques for making efficient use of the STL containers in C++.

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.

Const and Concurrency (part 2)

Martin Moene

05 January 2015 21:37:39 +00:00

Ralph McArdell continues musing on comments to Herb Sutter’s updated GotW #6b solution.