Search:

Type: Posts; User: MK27

Search: Search took 0.05 seconds.

  1. I thought about using a function pointer, but...

    I thought about using a function pointer, but then I would either still need the datatype parameter or else do a lot of casting with void pointers (since the compare function will be accepting either...
  2. linked list sort with variable struct selection field

    If I want to write a sort function for a linked list that can use external functions for selecting between criteria (depending on whether the criteria is alpahabetic or numeric), what's the best way...
Results 1 to 2 of 2