View Single Post
Old May 13th, 2007, 2:17 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
The @ suppresses error output to the page. Needless to say, you shouldn't resort to it until the code is released. Released code should have a mechanism to log errors or notify the author by email, or something.
__________________
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