Journal Articles

The Microsoft system or Development Techniques or Programming Topics
Browse in : All > Web Links > Platforms > OS, NOS > Microsoft
All > Web Links > Technique > Development Techniques
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.

Dynamic C++ (Part 2)

Martin Moene

02 August 2013 18:04:56 +01:00

Previously we saw how to use some simple dynamic features in C++. Alex Fabijanic and Richard Saunders explore more powerful dynamic tools.

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.

Auto – a necessary evil? (Part 2)

Martin Moene

01 August 2013 18:01:13 +01:00

Should you declare (almost) everything auto? Roger Orr considers when auto is appropriate.

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.

Auto – A Necessary Evil?

Martin Moene

06 June 2013 18:25:03 +01:00

Superficially simple language features can be surprisingly complicated. Roger Orr explores a new one that is likely to be used widely.

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.

TCP/IP Explained. A Bit

Martin Moene

05 June 2013 18:16:05 +01:00

Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.

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.

Demons May Fly Out Of Your Nose

Martin Moene

04 June 2013 18:09:57 +01:00

Language standards give guarantees about valid program behaviour. Olve Maudel discovers what happens if you break your end of the bargain.

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.

Wallpaper Rotation on Ubuntu using Ruby and Flickr

Martin Moene

03 June 2013 18:03:11 +01:00

Repetitive tasks are ideal candidates for scripting. Filip van Laenen walks us through a simple example.

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.

Dynamic C++, Part 1

Martin Moene

02 June 2013 17:43:37 +01:00

Static and dynamic languages have different trade-off. Alex Fabijanic attempts to get the best of both worlds.

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.

A Model for Debug Complexity

Martin Moene

06 April 2013 22:36:28 +01:00

Debugging any program can be difficult. Sergey Ignatchenko and Dmytro Ivanchykhin develop a mathematical model for its complexity.

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.

Valgrind Part 6 – Helgrind and DRD

Martin Moene

05 April 2013 17:18:51 +01:00

Debugging multi-threaded code is hard. Paul Floyd uses Helgrind and DRD to find deadlocks and race conditions.

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 #7 Exceptions: the story so far

Martin Moene

04 April 2013 18:53:30 +01:00

Exception handling is difficult to get right. Matthew Wilson recaps the story so far.

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.

Causality – Relating Distributed Diagnostic Contexts

Martin Moene

03 April 2013 19:25:31 +01:00

Supporting a system with many moving parts can be hard. Chris Oldwood demonstrates one way to add tags to log information to aid diagnosis.

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.

Executable Documentation Doesn’t Have To Slow You Down

Martin Moene

02 April 2013 19:32:36 +01:00

Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs.

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.

Why Dysfunctional Programming Matters

Martin Moene

01 April 2013 00:00:00 +01:00

Function progamming is all the rage. Teedy Deigh considers how it offers many opportunities for the serious 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.

‘No Bugs’ Top Five C++ Cooking Recipes

Martin Moene

06 February 2013 20:49:27 +00:00

Developers often have a few favourite tricks for solving problems. Sergey Ignatchenko shares his five top recipes.

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.

Utilising More Than 4GB of Memory in 32-bit Windows Process

Martin Moene

05 February 2013 20:57:36 +00:00

Some applications require a vast amount of memory. Chris Oldwood presents techniques to provide extra memory.

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 Signs of Trouble: On Patterns, Humbleness and Lisp

Martin Moene

04 February 2013 21:11:22 +00:00

Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.

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 Open–Closed Principle (OCP)

Martin Moene

03 February 2013 21:17:06 +00:00

Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes.

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.

Secrets of Testing WCF Services

Martin Moene

02 February 2013 20:41:38 +00:00

WCF services provide middleware for applications but can be hard to test. Steve Love describes a way to develop a testable app.

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.

Web Annotation with Modified-Yarowsky and Other Algorithms

Martin Moene

05 December 2012 20:40:11 +00:00

Annotating text automatically requires word disambiguation. Silas Brown introduces the Yarowsky algorithm to help.

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.

Complex Logic in the Member Initialiser List

Martin Moene

04 December 2012 20:43:23 +00:00

The syntactic form of the member initialiser list restricts the logic that it contains. Cassio Neri presents some techniques to overcome these constraints.


  |<   <<   11   12   13   14   15   16   17   18   19   20   >>   >|
Sort by Date Title