Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: herb sutter a false sense of security

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Improving Futures and Callbacks in C++ To Avoid Synching by Waiting

Dr. Dobb's Journal,
July 26, 2012

In C++, futures are a great way of decomposing a program into concurrent parts, but a poor way of composing those parts into a responsive and scalable program. Microsoft's Parallel Pattern Library (PPL) provides a solution using tasks. - Parallel

The localStorage API

Dr. Dobb's Journal,
May 28, 2012

To use the localStorage API, developers rely on a wide choice of libraries, each with their own strengths and weaknesses. Pamela Fox examines the major contenders and explains where their features can best be used. - Web Development

The Tell-Tale Compiler

Dr. Dobb's JournalClay Breshears
May 10, 2012

In this post, I want to remind you to consider issues that your parallel code can encounter from the compiler. - Parallel

The Humble Boolean Deserves Help

Dr. Dobb's JournalAndrew Binstock
April 24, 2012

The boolean data type rarely gets the attention it merits. As a result, it's stuck in a world of exactly two values, with little margin for safety. - Design

Developer's Reading List

Dr. Dobb's JournalAndrew Binstock
April 17, 2012

C++ concurrency, web crawlers, Google testing, and more: This month's reading list is packed with great books on interesting topics. - Tools

Visual Studio 11: The Early Release

Dr. Dobb's JournalMark Nelson
March 15, 2012

In this article, I'll show you how a little thing like a lambda can make a big difference in your coding style. - Design

Verdict on Visual Studio 11 Beta: Not Ready for Prime Time

Dr. Dobb's JournalAndrew Binstock
March 07, 2012

Despite the benefits of this new release, its unattractive UI and poor usability ruin the product. - .NET

The Complete Jolt Product Excellence & Productivity Awards

Dr. Dobb's Journal,
February 09, 2012

A compendium of Jolt Award winners through the years with links to Dr. Dobb's editorial coverage where applicable - Jolt Awards

Welcome to the Parallel Jungle!

Dr. Dobb's Journal,
January 29, 2012

Herb Sutter dives into the repercussions of parallel's reach from mobile devices, to the desktop, to clusters, and — at the highest level of granularity — to the cloud. This welter of different parallel implementations presents significant challenges for programming. The free lunch of sequential programming is well and truly over. - Parallel

Language of the Month: Opa

Dr. Dobb's Journal,
October 31, 2011

A single language to write all three tiers of a Web application and provide intelligent scalable deployment - Web Development

Previous 1 2 3 4 5 6 7 8 9 10 Next