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

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
February 01, 2006

Validating C and C++ for Safety and Security

(Page 3 of 8)

February, 2006: Validating C and C++ For Safety and Security

Example 2: Step 4—Annotate the declaration.

void hbAssignCodes(
  int *code, unsigned char *length,  
  int minLen, int maxLen,
  int alphaSize /* SUB5(length) SUB5(code) */
);

Previous Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 Next Page
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK