Tool to decipher C/C++ function pointer typedefs

前端 未结 2 1244
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 05:09

I remember once seeing a website, which deciphered complex C++ typedefs including function pointers returning function pointers to functions which return an array with …

2条回答
  •  一生所求
    2021-01-01 06:07

    I think you are looking for https://cdecl.org/.

    You can find the program itself at https://github.com/ridiculousfish/cdecl-blocks

提交回复
热议问题