Re: Pointers Problem

2004-01-17 Thread Jose Marcio Martins da Cruz
Manoj tr wrote: hai all char **argv; char *line1="Good Morning"; char *line2="Good Evening"; how to copy line1 to the first index of argv and line2 to the second. ie argv[0], argv[1]; and how to retrive this line1 and line2 IMO, it's better not changing argv, if argv is the usual "m

Pointers Problem

2004-01-17 Thread Manoj tr
hai all char **argv; char *line1="Good Morning"; char *line2="Good Evening"; how to copy line1 to the first index of argv and line2 to the second. ie argv[0], argv[1]; and how to retrive this line1 and line2 This is a small problem in the case of experts. So i request that dont a

Re: GTK-Treeview ( unallocate listStore )

2004-01-17 Thread Keith Sharp
On Fri, 2004-01-16 at 18:33, Chris De Maeyer wrote: > On Fri, 2004-01-16 at 13:50, Brice LEROY wrote: > > Hello, > > I looking for a solution to deallocate a liststore loaded in a > > treeview. If you know a function to get the pointer to the > > gtk_list_store loaded in a treeview to dele