crescens2k
Is it really short sighted to say "If you only intend to compile it for a 32 bit system " There are pleanty of cases where this is possible, and these cases are where you can get sloppy with your code, BUT only these cases.
There have been pleanty of times when I have written a little application to automate a task that I only ever intended to use myself. These cases I do get lazy and I never produce code to the highest standard. But it is only here.
But I also think you missed the overall point of my post by quoting that. Yes I started off saying if you only intend, I never said that it was the right thing to do. In fact I went on to describe the best variables to use. Whats more, in the current environment, using the INT_PTR on a 32 bit machine will pull up a portability warning, so it is a better idea to just switch it off and then compile with the x64 compiler.