C-C Plus



Datagrams and Multicasting (Part 1)

Friday, February 8th, 2008

“>TCP Versus UDPThe Internet uses Transaction Control Protocol (TCP) for most communications. TCP

An Introduction to C++ Templates

Friday, February 8th, 2008

(Page 1 of 3 )Do you feel as though a subset of functions within a class are preforming the same tas

Secure Coding in C and C++: Strings

Friday, February 8th, 2008

“>with Dan Plakosh and JasonRafail1But evil things, in robes of sorrow, Assailed the monarch's

Item 44: Prefer member functions to algorithms with the same names.

Friday, February 8th, 2008

“>View this Item in PDF format.

The Accidental Architecture

Friday, February 8th, 2008

“>This article is provided courtesy ofIEEE Software Magazine.Every interesting software-intensive sy

Defending Macros

Friday, February 8th, 2008

“>The C++ preprocessor comes from the C legacy that many supporters of thelanguage want to go away.

Developing Custom PHP Extensions: Part 1

Friday, February 8th, 2008

(Page 1 of 5 )Ever wanted to add your own custom functionality to PHP? In this series of articles Ig

C++ Coding Standards: Take Parameters Appropriately by Value, (Smart) Pointer, or Reference

Friday, February 8th, 2008

“>SummaryParameterize well: Distinguish among input, output, and input/output parameters, and betwee

Item 16: Know how to pass vector and string data to legacy APIs.

Friday, February 8th, 2008

“>View this Item in PDF format.

Item 47: Use traits classes for information about types

Friday, February 8th, 2008

“>View this Item in PDF format.