FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
C++ FORUM | NEWSLETTERS


Rule-Based Programming in C
You don't need an expert system shell for rule-based programming--you can write rules in plain old vanilla C
May 26, 2007
A Simple and Efficient FFT Implementation in C++: Part II
Volodymyr continues his two-part article on a new, efficient implementation of the Cooley-Tukey Fast Fourier Transform (FFT) algorithm.
May 25, 2007
Paul Amery on Skype Gaming
Skype's Paul Amery discusses the Skype Game Channel and Skype's new Game Developer Program.
May 24, 2007
C++/CLI: Destruction and Finalization
Rex looks at the differences between destruction and finalization in C++/CLI, and the syntax to achieve both.
May 18, 2007
Security and Virtualization
With virtualization comes a virtual host of new security concerns. David Engelbrecht of OpSource chats with Dr. Dobb's about this issue.
May 16, 2007
Ryan Martens On the "Greening" of Software
We talk with Ryan Martens, founder of Rally, a provider of Agile software development lifecycle management solutions, about the "greening" of the software industry, and how Software-as-a-Service and Agile methodology play into this shift in the industry.
May 11, 2007
A Simple and Efficient FFT Implementation in C++, Part I
In the first part of this two-part series, Vlodymyr presents an efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming.
May 10, 2007
U of I and NVIDIA Team Up for Parallel Programming Instruction
The University of Illinois at Urbana-Champaign and graphics chip maker NVIDIA have embarked on a partnership to teach a course in massively multiprocessor computing. We talked with Dr. David Kirk, Chief Scientist at NVIDIA, and Dr. Wen-mei Hwu, the AMD Jerry Sanders Chair of Electrical and Computer Engineering at the university, who are co-teaching the course.
May 8, 2007
The Adapter Pattern
This Adapter pattern implementation allows for more flexibility than an equivalent, purely object-oriented implementation.
May 8, 2007
Pitching Agile to Senior Management
So your boss just doesn't get "agile"? Scott provides a "management speak" primer on how to effectively pitch your ideas.
May 7, 2007
Optimizing Software for Multicore Processors
With the potential for real performance gains, multicore processors present the challenge of deciding how to validate and optimize code.
May 7, 2007
Enough of Processes: Let's Do Practices: Part III
In the final installment, our authors examine what's needed to make a practice-based approach work, and how EssWork delivers these innovations to you.
May 4, 2007
The Value of Pattern Implementations
Pattern implementations go one step further than simply using pattern specifications as blueprints.
May 4, 2007
Semantically Enabled SOA
Semantic Service-Oriented Architectures introduce semantic enhancements to services so that agents can dynamically combine services to satisfy business goal.
May 4, 2007
Developing Lightweight, Statically Initializable C++ Mutexes
The novel synchronization mechanism Vladimir presents here comes in handy for a wide range of applications.
May 1, 2007


C++ Archive
2009 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2008 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2007 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2006 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2005 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2004 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2003 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2002 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1999 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1998 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1997 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1996 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1995 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec




MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK