Re: two dimensional arrays:



Axter wrote on 30/04/05 :
http://code.axter.com/allocate2darray.c

Neither

#include <malloc.h>

nor

#include <memory.h>

are part of the C standard...

--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"Clearly your code does not meet the original spec."
"You are sentenced to 30 lashes with a wet noodle."
-- Jerry Coffin in a.l.c.c++

.



Relevant Pages

  • Re: change array size at runtime
    ... Static arrays can't be resized. ... The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html The C-library: http://www.dinkumware.com/refxc.html ... "You are sentenced to 30 lashes with a wet noodle." ...
    (comp.lang.c)
  • re:return a string
    ... The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html ... "You are sentenced to 30 lashes with a wet noodle." ...
    (comp.lang.c)
  • Re: C book recommendations
    ... you can go beyond what the standard imposes ... The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html The C-library: http://www.dinkumware.com/refxc.html ... "You are sentenced to 30 lashes with a wet noodle." ...
    (comp.lang.c)
  • Re: C Program [ Turbo-C ] , to extract only-Printable-characters from a file ( any type
    ... don't forget fclose() when finished... ... The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html The C-library: http://www.dinkumware.com/refxc.html ... "You are sentenced to 30 lashes with a wet noodle." ...
    (comp.lang.c)
  • Re: Coding embedded systems with C
    ... James wrote on 26/07/05: ... The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html The C-library: http://www.dinkumware.com/refxc.html ... "You are sentenced to 30 lashes with a wet noodle." ...
    (comp.lang.c)