I think I have something like \"programmer\'s OCD\". I like my code to be aesthetical and clean, and I want it to be \"perfect\" (as in handling all possible situations correctly and prettily). Often
hi im getting a weird error on few machines in my nsis installer while installing. Its is giving \"Invalid win32 file handle\" while installing fonts using fontreg.nsh
I\'m having trouble understanding how exceptions should propagate.My code (quite similar to the generic code below) executes otherCode() and fails to continue outer when doSomething() throws the excep
I am using SQL Server 2008. I have tried to execute the following: BEGIN TRY SELECT 1/0; END TRY BEGIN CATCH
First I found in cplusplus.com the following quote: The catch format is similar to a regular function that always has at least one parameter.
I run this code: public class User { public static void main(String args[]) { int array[] = new int[10];
I have the following code, but the alert box is not displaying. try { do something.. } catch(Exception ex)
I am a strong Python programmer, but not quite there when it comes to PHP. I need to try something, and if that doesn\'t work out, do something else.
I developed a desktop application, it\'s almost done but still contains some bugs which I\'m eliminating.
When I have a method like this: public static void foo(String param) throws IOException { try { // some IOoperations