[music-dsp] Really dumb question
Dave Watson
dave at elephantride.org
Fri Oct 17 22:43:00 EDT 2003
--James Chandler Jr <jchandjr at bellsouth.net> [031017 21:30]:
> But since the DXi sdk uses both long and int in the same class declarations, would like to know if VC++ 6 also uses four
> bytes for both int and long? If they are the same size, wonder why cakewalk uses 'int' some places in a class, but
> 'long' in other places (except perhaps habit)?
sizeof(int) == sizeof(long) in VC++ 6.
More information about the music-dsp
mailing list