Journal Articles
Browse in : |
All
> Journals
> CVu
> 143 (9)
All > Topics > Programming (877) All 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.
The Developer’s Sandbox
Martin Moene
07 March 2015 21:01:26 +00:00
Chris Oldwood wants to be in control.
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.
Simple Android programming with WebKit
Martin Moene
05 March 2015 21:06:26 +00:00
Silas S. Brown shares his trials with developing for mobile devices.
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.
Raspberry Pi Linux User Mode GPIO in Python
Martin Moene
04 March 2015 21:14:32 +00:00
Ralph McArdell finds stream based input/output to be more convenient.
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.
Code Critique Competition 92
Martin Moene
02 March 2015 21:16:46 +00:00
Set and collated by Roger Orr. A book prize is awarded for the best entry.
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.
Standards Report
Martin Moene
01 March 2015 21:18:33 +00:00
Mark Radford reports on the latest C++ Standardisation proceedings.
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.
Best Practices vs Witch Hunts
Martin Moene
07 February 2015 18:28:57 +00:00
Best practices can be a Good Thing. Sergey Ignatchenko considers when they can turn into Really Bad Things.
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.
Making a Tool of Deception
Martin Moene
06 February 2015 18:27:08 +00:00
Is it possible to use modern C++ to make mocking easy? Björn Fahller introduces Trompeloeil, a header-only mocking framework for C++14.
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.
Modern C++ Testing
Martin Moene
05 February 2015 18:23:36 +00:00
Various C++ testing framework exist. Phil Nash compares CATCH with the competition.
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.
I Like Whitespace
Martin Moene
04 February 2015 17:09:46 +00:00
Programming style can cause endless arguments. Bob Schmidt shares why he thinks whitespace matters.
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.
Faking C Function with fff.h
Martin Moene
03 February 2015 17:07:46 +00:00
Faking functions for testing in C can ease testing. Mike Long overviews a micro-framework for mocking.
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.
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.
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.
Non-Superfluous People: Testers
Martin Moene
04 December 2014 19:10:36 +00:00
Software development needs a team of supporting players. Sergey Ignatchenko takes a look at the role of professional testers.
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.
Designing Observers in C++11
Martin Moene
04 December 2014 19:07:40 +00:00
The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.
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.
Order Notation in Practice
Martin Moene
03 December 2014 19:18:12 +00:00
What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.
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.
Testing Drives the Need for Flexible Configuration
Martin Moene
01 December 2014 19:28:31 +00:00
Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
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 1)
Martin Moene
07 November 2014 15:36:22 +00:00
Ralph McArdell comments on comments to Herb Sutter’s updated GotW #6b solution.