Re: Multi dim array
- From: Bryan Christ <bryan christ hp com>
- To: "fred238 free fr" <fred238 free fr>
- Cc: gtk-list gnome org
- Subject: Re: Multi dim array
- Date: Fri, 12 Oct 2007 14:03:51 -0500
I think what he is asking for is something that doesn't exist like:
/* where facets defines the number of dimensions of the array */
g_ptr_array_new(guint facets)
/* dynamic va_list expandable to axis, row, column, etc. (as limited by
facets)) */
g_ptr_array_add(gpointer data,...)
btw, not volunteering to implement this :) or even think that it should.
fred238 free fr wrote:
fred238 free fr a écrit :
Paul Davis a écrit :
On Fri, 2007-10-12 at 20:26 +0200, fred238 free fr wrote:
hello,
Is possible to make static or dynamic multi dim array with glib ?
this is a basic C programming question. why are you asking about glib?
Question is about to make multi dim array with glib not with libc, maybe with GArray, GPtrArray, GByteArray or something else, ...
_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]