|
-
May 6th, 2009, 02:46 PM
#1
NULL Values
I was wondering if there was any good reading regarding using null values in C++. Currently, in the program I'm working on for learning C++, when someone adds a person to edit values on, I have all of the values set to 0. I'd much rather have the values set to a null value. AKA they would be "initialized" but not really. I could rewrite some of the code to check for NULL values and respond appropriately in display, etc...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|