Dr.Dobb's C++ Articles

Syndicate content
Dr. Dobb's
Updated: 1 day 3 hours ago

File Descriptors And Multithreaded Programs

Fri, 2008-11-07 19:23
Sergey applies design patterns to parallel programming.

The Man Who Sold The Sky

Mon, 2008-11-03 17:51
Greg Wyler's mission is to make the Internet accessible and affordable to the "other three billion" people in the developing world, enriching lives and ensuring fair and equal access to information throughout.

CUDA, Supercomputing for the Masses: Part 9

Sat, 2008-11-01 14:30
Extending High-level Languages with CUDA

Understanding Parallel Performance

Fri, 2008-10-31 17:09
Understanding parallel performance. How do you know when good is good enough?

Complex Requirements On an Agile Project

Fri, 2008-10-31 16:53
There's nothing simple about complex requirements and agile projects. Still with a discipline and a little luck...

Writing a Generalized Concurrent Queue

Wed, 2008-10-29 16:05
Herb tackles the general problem of supporting multiple producers and multiple consumers with as much concurrency as possible.

C3 Programming

Wed, 2008-10-29 15:57
C3 programming is a process for fostering better communications between developers and other stakeholders.

What's New in Boost Threads?

Fri, 2008-10-24 16:38
The Boost.Thread library, which enables the use of multiple threads of execution with shared data in portable C++ code, has undergone some major changes.

Green Telnet

Thu, 2008-10-23 17:50
Reducing energy consumption is of growing importance. Jeremy and Ken create a "green telnet" that lets clients transition to a low-power, sleep state.

Newsflash: Agilists Write Documentation!

Mon, 2008-10-20 16:07
Who said Agilists don't do documentation? Scott looks at what agile teams actually do in practice.

Security Is a State of Mind

Wed, 2008-10-01 17:46
Checking in with expert Bruce Schneier about the state of security.

Saving Open Source

Wed, 2008-10-01 13:45
The cause of free and open-source software dodged a bullet earlier this year.

Writing Lock-Free Code: A Corrected Queue

Mon, 2008-09-29 15:17
Herb continues his exploration of lock-free code--this time focusing on creating a lock-free queue.

Extending Continuous Integration Into ALM

Wed, 2008-09-24 18:20
Traditional Continuous Integration has been constrained so that it provides only a partial picture of software quality. Maciej suggests alternatives.

Indexing and Searching Image files

Wed, 2008-09-24 18:14
Lucene.NET is a high-performance text retrieval library that Adelene uses to index and search image files.

The Book Cipher Algorithm

Wed, 2008-09-24 18:01
The Book cipher algorithm uses letters of subsequent words in some text or book as a key to encode messages.

Safe Coding Practices

Thu, 2008-09-18 19:32
Gwyn examines several types of coding vulnerabilities and examines how you can mitigate the risk of exploit within your code.

Beyond Functional Requirements On Agile Projects

Tue, 2008-09-16 17:01
Scott examines the best ways to address nonfunctional requirements.

Funambulism and the Perpetual Tension of Software Development

Mon, 2008-09-08 20:38
Coverity CTO Ben Chelf wonders, how can we maintain our balance while walking the tightrope of software development?

Google