View Single Post
Old Aug 31st, 2005, 6:22 AM   #10
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Hmmm, IR, I have no clue. Access issue? I do see a mistake, however:
Quote:
char *pad = NULL;
if (padding) char *pad = new char (padding);
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote