Thread: Need a C++ guru
View Single Post
  #2  
Old 06-30-2009, 07:32 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Depends, MSC++ 32 bit compiler treats long and int essentially the same, however you can't rely on this being the case on other platforms or software configurations.
Reply With Quote