Welcome, Guest. Please login or register.

Author Topic: API design, want your opinion  (Read 2307 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show all replies
Re: API design, want your opinion
« on: December 05, 2007, 03:35:20 AM »
I'm probably missing something, but why would you use this over a linked list or a null-terminated array of pointers to structs, or some other method? Is the point the ability to pass an array of arbitrary structs to your API and have it know how to serialize that array in a way specific to the struct?