C-C Plus



C++ Memory and Resource Management

Saturday, February 9th, 2008

“>Purchase this book through the end of January and receive four exclusive sample chapters from fort

Application Security for Visual C++.NET Developers

Saturday, February 9th, 2008

“>Developers are under increasing pressure to create and maintain secureapplication environments, bu

Item 21: Always have comparison functions return false for equal values.

Saturday, February 9th, 2008

“>View this Item in PDF format.

C++ Common Knowledge: Capability Queries

Saturday, February 9th, 2008

“>Most times when an object shows up for work, it’s capable of performing as required, because its c

Accessing a MySQL Database from a C++ CGI Program

Saturday, February 9th, 2008

“>If you want to access a MySQL database through CGI, C++ is a great option.Sure, you can use other

Temporary Variables: Runtime rvalue Detection

Saturday, February 9th, 2008

(Page 1 of 4 )In this final article in the series covering temporary variables, Jun Nakamura explain

Programming Paradigm

Saturday, February 9th, 2008

“>A Windows program, like any other interactive program, is for the most partinput-driven. However,

C++ to C# Migration

Saturday, February 9th, 2008

“>Each new technology brings its own merits to the table, and Microsoft’s.NET is no exception.

Using Library Algorithms in C++

Saturday, February 9th, 2008

“>This sample chapter is derived from the book Accelerated C++ (Addison Wesley Longman, 2000), by An

C++ Common Knowledge: Assignment and Initialization Are Different

Saturday, February 9th, 2008

“>Initialization and assignment are different operations, with different uses and different implemen