"long int", "long long" Data Types

Posted by Lennie De Villiers on Stack Overflow See other posts from Stack Overflow or by Lennie De Villiers
Published on 2010-04-15T07:43:31Z Indexed on 2010/04/15 7:53 UTC
Read the original article Hit count: 439

Filed under:

Hi, What is the purpose of these new data types? I will normally just use an "int" or a "long" but why do these exist? What new function or purpose do they bring?

© Stack Overflow or respective owner

Related posts about c++0x