"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: 463
c++0x
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