Pelles C forum

C language => Windows questions => Topic started by: tpekar on July 16, 2015, 04:11:58 PM

Title: cdecl to translate complex declarations
Post by: tpekar on July 16, 2015, 04:11:58 PM
Saw in a tutorial where cdecl could be used to translate complex declarations into english and vice versa.  Was wondering how this is done.  Can someone tell me how this is done?  Thanks!!
Title: Re: cdecl to translate complex declarations
Post by: frankie on July 17, 2015, 01:13:07 PM
Probably they refers to this (http://cdecl.ridiculousfish.com/?q=declare+bar+as+volatile+pointer+to+array+64+of+const+int).
You can download also a C source to compile a local app.
Title: Re: cdecl to translate complex declarations
Post by: jj2007 on July 17, 2015, 01:45:25 PM
Probably they refers to this (http://cdecl.ridiculousfish.com/?q=declare+bar+as+volatile+pointer+to+array+64+of+const+int).

Quote
C gibberish ↔ English

Misleading title, should be C gibberish ↔ pseudo-English gibberish
Title: Re: cdecl to translate complex declarations
Post by: TimoVJL on July 18, 2015, 02:23:33 PM
source and compiled binary.
Title: Re: cdecl to translate complex declarations
Post by: frankie on July 18, 2015, 03:40:40 PM
Timo it could be a nice addin, select the part of code and get the explanation.  ;)