Re: memset AND struct = {0}?
Re: memset AND struct = {0}?
- Subject: Re: memset AND struct = {0}?
- From: Chris Adamson <email@hidden>
- Date: Sun, 01 Mar 2015 20:44:10 -0500
Yeah, you’re right, the memset() is unnecessary there. I used to use memset() a lot, Kevin used the {0}. Sooner or later we were bound to collide.
—Chris
> On Mar 1, 2015, at 8:27 PM, Patrick J. Collins <email@hidden> wrote:
>
> This "learning core audio" book I am reading shows:
>
> AudioStreamBasicDescription recordFormat = {0};
> memset(&recordFormat, 0, sizeof(recordFormat));
>
> Is the memset actually doing anything? Isn't the line with the = {0},
> going to zero out all the data? Should I be doing memset with all my
> asbd's?
>
> Patrick J. Collins
> http://collinatorstudios.com
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden