Thread
:
@ before functions???
View Single Post
May 13th, 2007, 2:17 PM
#
2
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
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
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei