91
Comments
  • 4
    The spiral method of reading c declarations, because why choose between left to right and tight to left when you can have both
  • 1
    What is ponters? There's no such thing like that
  • 1
    @rehman it's a typo, actual: Pointer
  • 2
    So for a crazy idea on how to use this...

    If you think of a functions which return pointers to functions which return void as an object with interchangeable methods... This can actually have a purpose of being an array of those objects :)

    Yeah... I like C and C++ 🤓
Add Comment