Journal Articles
Browse in : |
All
> Web Links
> References All > Web Links > Platforms > OS, NOS > Microsoft 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.
An introduction to ADVSYS
Martin Moene
17 June 2010 08:56:00 +01:00
An introduction to this fascinating adventure writing system.
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.
Adventures In C
Martin Moene
17 June 2010 08:51:00 +01:00
A few thoughts on using C to write Adventure Games
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.
Scalable Graph Coverage
webeditor
13 June 2010 19:59:00 +01:00
Optimising data processing is often about compromise. Andy Balaam finds the right balance.
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.
Single-Threading: Back to the Future?
webeditor
13 June 2010 19:57:00 +01:00
Dealing with multi-threading is notoriously hard. Sergey Ignatchenko learns lessons from the past.
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 Functional Student: A Game of Six Integers
webeditor
13 June 2010 19:55:00 +01:00
The Countdown numbers game is a popular challenge. Richard Polton tries a new language to solve it.
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 Predicate Student: A Game of Six Integers
webeditor
19 April 2010 08:57:00 +01:00
How easily can you solve puzzles? Nigel Eke applies some logic.
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.
One Approach to Using Hardware Registers in C++
webeditor
07 February 2010 08:59:00 +00:00
Testing increases software reliability. Martin Moene presents a technique for checking the control of hardware.
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 Model Student: A Game of Six Integers (Part 1)
webeditor
07 February 2010 08:58:00 +00:00
In how many ways can you combine a set of numbers? Richard Harris gets counting.
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.
Simplifying the C++/Angelscript Binding Process
webeditor
07 February 2010 08:57:00 +00:00
Many systems provide a scripting language. Stuart Golodetz shows how to make it easier.
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.
Quality Matters: Diagnostic Measures
webeditor
07 February 2010 08:56:00 +00:00
How do we catch problems early? Matthew Wilson investigates the recls library.
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.
Quality Matters: Diagnostic Measures (Listings)
webeditor
07 February 2010 08:55:00 +00:00
Program listings for Quality Matters: Diagnostic Measures
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.
Shadow Data Types
webeditor
29 December 2009 08:59:00 +00:00
Hiding implementation details is a good idea. Jon Jagger shows a technique in C that avoids some of the common problems.
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.
Creating a Framework for the iPhone
webeditor
29 December 2009 08:58:00 +00:00
Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
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 Model Student: A Primal Skyline (Part 3)
webeditor
29 December 2009 08:57:00 +00:00
The prime factors of the integers show some repeating patterns. Richard Harris investigates whether they have fractal properties.
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 Model Student: A Primal Skyline (Part 2)
webeditor
25 October 2009 08:59:00 +00:00
How do you measure the length of a curve? Richard Harris gets his ruler out.
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.
I Think I'll Parse
webeditor
09 August 2009 09:59:00 +01:00
A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
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.
Quality Matters: Introductions, and Nomenclature
webeditor
09 August 2009 09:58:00 +01:00
There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.
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 Rot
webeditor
09 August 2009 09:57:00 +01:00
Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.