Browse in : |
All
> Topics
|
|
- 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.
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.
Musings on Python – by a C++ Developer
Martin Moene
04 August 2014 16:10:10 +01:00
Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
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.
Minimal Overhead for Multiple Interfaces
Martin Moene
01 June 2014 18:57:24 +01:00
Using multiple interfaces can slow things down. Daniel Gutson and Pablo Oliva present an alternative.
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.
Migrating from Visual SourceSafe to Git
Martin Moene
01 December 2013 19:35:01 +00:00
Migrating from one version control system to another is a big change. Chris Oldwood records the trials and triumphs of migrating from VSS to git.
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.
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.
Mutation Testing
Martin Moene
05 April 2012 22:17:41 +01:00
We all know that testing improves our code, guarding against errors. Filip van Laenen asks how we know that the tests are comprehensive?
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.
Memory Leaks and Memory Leaks
Martin Moene
05 February 2012 15:23:31 +00:00
Correct use of memory is a major occupation of software development. Sergey Ignatchenko considers what we mean by ‘correct’.
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.
Many Slices of π
Martin Moene
04 February 2012 17:14:38 +00:00
Many numberic estimation techniques are easily parallelisable. Steve Love employs multi-threading, message passing, and more in search of π.
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.
Moving with the Times
Martin Moene
06 December 2011 20:42:33 +00:00
The ACCU is primarily a way for programmers to communicate. Alan Griffiths looks at its past, and speculates on its future.
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 String ReTRIEval Fast
webeditor
10 October 2010 13:56:00 +01:00
Sometimes you really do have to optimize your code. Björn Fahller looks at a string lookup data structure.
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.
Multi-threading in C++0x
webeditor
25 October 2009 08:58:00 +00:00
Threading support is being added to C++. Anthony Williams introduces us to the new facilities.
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.
Measurable Value with Agile
webeditor
16 February 2009 08:59:00 +00:00
Are you solving the right problem or simply solving the problem right? Ryan Shriver shows us that both are needed for value delivery.
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.
Model View Controller with Java Swing
webeditor
23 December 2008 08:58:00 +00:00
It's recommended to keep user interface and data model separate. Paul Grenyer looks a common 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.
Managing Technical Debt
webeditor
31 January 2007 08:55:00 +00:00
Software projects often cut corners in the rush to meet deadlines, resulting in bad code. Tom Brazier helps us to budget the cost of "doing it wrong".
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.
Description : Find books from Microsoft Press that will enable you to get the most from Microsoft tools, technologies, and programs.
Added on : 10 February 2006 23:44:52 +00:00 | Rate / Comment
Description : Microsoft Visual C++ Developers Center
Added on : 10 February 2006 23:43:38 +00:00 | Rate / Comment
Description : Microsoft Developers Network
Added on : 10 February 2006 23:42:20 +00:00 | Rate / Comment
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.