Link to home
Start Free TrialLog in
Avatar of LuckyLucks
LuckyLucks

asked on

size_t

Hi

Where is size_t usually defined?  I am using C++, and I cannot find a
typedef something size_t;

I do find something like this in a file
 #define _SIZT      size_t

But I do not know what  _SIZT is.
Avatar of arnold
arnold
Flag of United States of America image

There are prior question such as yours. Presumably you are programming in a windows env where according to those _SIZT IS A vendor macro defined to size_t.

Can not post the link here, but searching for _SIZT c++ will list a similar question to your from 2006.
SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial