Thread: Scripted RC
View Single Post
  #5  
Old 12-10-2008, 10:20 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by ApothiX View Post
I'm pretty sure GUI builders in any language are just there to establish some guidelines. You should never blindly accept any generated code, ever.
Personally I always step through all the assembly that gcc generates from my C++ code before letting it assemble it into machine code (and then I go through it again before executing it)
Reply With Quote