Re: g_strsplit



On Wed, 2005-10-05 at 16:29 +0200, The Saltydog wrote:
This is more related to Glib than to gtk+, but I wonder if anyone can help.

I have an array of strings, created with g_strsplit() function. Then I
need to add another array, also created with the same function, or
some single string.. Is there a shortcut to accomplish this, or should
I play with re-alloc, growing the array by myself?  (scared !!)

If you are already scared by that, then maybe C is not the right
language for you ? How about using e.g python ?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]