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 ▼

Blogs

December 24, 2014

Things That Go Boom

It is easier to make a safe light bulb than to make a safe explosive.

December 22, 2014

Abstractions For Binary Search, Part 10: Putting It All Together

After the discussions of the last few weeks, we are finally ready to build our test cases.

December 19, 2014

The Touch of a Button

Of course, I wasn't satisfied with the simple approach, so I added a bit of code to sense swipes much as you would find on a touchscreen phone.




Articles                                     RSS

Dr. Dobb's Archive

January 11, 2015

On this site is archived all the content from Dr. Dobb's that was published on the Web through December 31, 2014. - Design

Farewell, Dr. Dobb's

December 16, 2014

After 38 years of glory, the long run of Dr. Dobb's has come to an end. - Design

Jolt Awards 2015: Coding Tools

December 16, 2014

The best tools available for creating, testing, and debugging code. - Jolt Awards

Thriving Among the APIs

December 15, 2014

You're about to start work on designing and publishing your product's API. Now what? - Design

The Long Death of Project Hosting Sites

December 09, 2014

Last month, Microsoft and Google bypassed their own code hosts to post major code projects on GitHub. The once-favored hosts have begun a long, familiar decline. - Web Development

Testing for Failures with Python

December 09, 2014

Writing solid code means knowing that when programs fail, they do so gracefully and predictably. Unit testing verifies this. - Testing

We Need More Agile IT Now!

December 02, 2014

While IT is becoming more Agile, the rate of change in business requires even faster adoption of Agility. - Design

Clarity of Goals: The Most Important Element of Product Success

December 02, 2014

Complete clarity and constant communication of goals are as important to a product's success as execution, perhaps more so. - Design

Building Node.js Projects in Visual Studio

December 02, 2014

Developing server-side apps with the popular Node.js framework can now be done with the full support of Visual Studio IntelliSense, debugging, and project management. - Tools

Building Portable Games in C++

November 25, 2014

The cocos-2d-x open source framework can be used to build games, apps, and other interactive software in C++. Here's a hands-on guide to using it to write and port games. - C/C++