Search:

Type: Posts; User: tristan70

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,815

    Recommendations On A Generic Library For C

    Hi,

    Does anyone have any recommendations on a good, mature package in C for generic lists, trees, hash tables, etc?

    I know generics are not formally supported - but libraries such as GLib and...
  2. Replies
    4
    Views
    1,248

    Good tip brewbuck. I've already added "const" to...

    Good tip brewbuck. I've already added "const" to quite a few function headers already, this is just another :)

    This code is legit though right? I've never seen it do anything weird - and to the...
  3. Replies
    4
    Views
    1,248

    Using local parameters by reference

    Hi All,

    I am maintaining some code that looks a bit quirky - but seems to behave as expected. I'd rather not change it, as the interface ("second_function_called" in the below example) is used...
Results 1 to 3 of 3