Talk:Simple database: Difference between revisions

Content added Content deleted
(→‎The C code is bugged: Should compile now)
Line 63: Line 63:
:Should be fixed. The [http://rosettacode.org/mw/index.php?title=Simple_database&diff=155789&oldid=153280 last editor] forgot to change the parameter types for the function at the bottom.
:Should be fixed. The [http://rosettacode.org/mw/index.php?title=Simple_database&diff=155789&oldid=153280 last editor] forgot to change the parameter types for the function at the bottom.
:Valgrind reports an invalid read (also if I run the [http://rosettacode.org/mw/index.php?title=Simple_database&oldid=133351#C original code]) but I'm not in the mood tonight to investigate further :-). --[[User:AndiPersti|Andreas Perstinger]] ([[User talk:AndiPersti|talk]]) 21:07, 26 March 2014 (UTC)
:Valgrind reports an invalid read (also if I run the [http://rosettacode.org/mw/index.php?title=Simple_database&oldid=133351#C original code]) but I'm not in the mood tonight to investigate further :-). --[[User:AndiPersti|Andreas Perstinger]] ([[User talk:AndiPersti|talk]]) 21:07, 26 March 2014 (UTC)
:: I made some changes. Please check consistency of code style. Unfortunately it is not usable, because keeps all data in memory and consumes five times more memory compared to the size of the file.