Original Post
The gospel according to St. MSDN says that the long type is 32bits wide and is synonymous with int on 32bit platforms. What does this imply for 64bit hardware? The way it is worded suggests that long is widened but int is not. Is this correct?