Re: [dev] Learn C

From: Evan Gates <evan.gates_AT_gmail.com>
Date: Wed, 27 Mar 2019 13:19:23 -0700

On Wed, Mar 27, 2019 at 12:40 PM <sylvain.bertrand_AT_gmail.com> wrote:
>
> On Wed, Mar 27, 2019 at 07:43:04AM -0700, Evan Gates wrote:
> Style and the amount of actually used syntax is different.

I'd disagree. Once you choose a language, any choices about how you
write that language are style.

> > > add a suffix to your type (u8_t, struct my_class_t)
> >
> > Don't do this if you're using anything POSIX. The _t namespace is
> > reserved for POSIX types.[1]
>
> If I recall properly, I was nesting structs with type names intersecting the C
> keywords (float...), any short suffix will do actually or none if not
> conflicting with anything.

What do you mean by nesting structs?
Received on Wed Mar 27 2019 - 21:19:23 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 27 2019 - 23:24:07 CET