Thanks for the response. Let me elaborate a little. I have a list of files in
a dir (without knowing how many)

a.txt
b.txt
c.txt

I want to be able to put the names of the files into an array so that I can
refer to them later like this

array[0][0] = a.txt
array[0][1] = b.txt

and so on...Perhaps there is a better way to go about this but this seems as
good a way as any to me.
Thanks for your help so far...
--
View this message in context: 
http://www.nabble.com/Memory+allocation+using+g_malloc-t1708289.html#a4638715
Sent from the Gtk+ - Apps Dev forum at Nabble.com.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to