Languages
- 1341
- Constant Objects and Constant Expressions
- Explains why constant objects are not as useful as some people would like them to be.
- 1342
- Create Movie from HBitmap
- Describes creating AVI/WMV/QuickTime movies from sequences of bitmaps with source code examples.
- 1343
- Creating Truly Maintainable Class Factories
- Presents a solution that is easily extensible and maintainable; what's more, it is particularly well suited to creating objects from XML data.
- 1344
- Enumeration Constants vs. Constant Objects
- Presents insights on choosing between symbolic constants as either enumeration constants or constant objects.
- 1346
- Herb Sutter - Publications
- Over 80 in-depth articles about object-oriented software development and C++ design and programming have been published in C/C++ Users Journal, C++ Report, Dr. Dobb's Journal, Java Report, Visual C++ Developer's Journal, and other magazines.
- 1349
- The Design of C++0x
- Bjarne Stroustrup provides insights on what will likely be added or changed in the upcoming version of the C++ standard.
- 1350
- The Miseducation of C++
- Modern C++ is a more expressive, simpler language than C, and a language in its own right, so why do so many people insist on teaching it historically? Kevlin Henney appeals for a reform of the C++ education system. [PDF]
- 1351
- C++0x Feature Support in GCC 4.5
- This article focuses on a subset of several C++0x features that GCC version 4.5 supports, including static assertions, initializer lists, type narrowing, newer semantics of the auto keyword, lambda functions, and variadic templates. (March 01, 2011)
- 1352
- Simpler Multithreading in C++0x
- The new standard will support multithreading, with a new thread library. This article explains how this will improve porting code, and reduce the number of APIs and syntaxes used. (August 18, 2008)
- 1353
- An Introduction to XML Data Binding in C++
- This article looks at XML Data Binding at a new alternative to automate much of the task of processing XML data by presenting the information stored in XML as a statically-typed, vocabulary-specific object model. (Boris Kolpackov) (May 04, 2007)
- 1354
- Introducing the Catenator
- This article introduces a very sophisticated and useful data structure for efficient string processing, while at the same time revealing some interesting features of C++. (Adam Sanitt) (September 30, 2005)
- 1355
- The Design and Implementation of SPECS: An Alternative C++ Syntax
- By B.M. Werther and D.M. Conway, Dept. Computer Science, Monash University, Melbourne. [PDF] (January 01, 1996)
- 1356
- DevX: C++ Zone
- Online information service for C++ and development related topics on Microsoft Windows platforms.
- 1357
- Dr. Dobb's Journal: C/C++ Programming
- Discussion forum, papers, articles, faqs, suggested reading, libraries, compilers, tools, links.