Re: Is there any way to get the size of any data type or ADT without using sizeof
  Home FAQ Contact Sign in
alt.comp.lang.learn.c-c++ only
 
Advanced search
POPULAR GROUPS

more...

alt.comp.lang.learn.c-c++ Profile…
 Up
Re: Is there any way to get the size of any data type or ADT without using sizeof         


Author: Frankie
Date: Jan 18, 2007 01:43

> The way to get the size of something is to use sizeof. There are
> complex and unreliable ways to get sizes of certain things without
> using the sizeof operator, but there's no good reason not to use
> sizeof.

So Keith, what are the complex and unreliable ways if there are any?
Just for the kicks...
no comments