Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Alex B #1
Re: How To Write the external Iterator?
Easy...
1. Learn how to set the clock correctly on your computer.
2. Learn basic etiquette in usenet (i.e. not cross posting to a ton of
newsgroups)
"apex" <apex_li@sjtu.edu.cn> wrote in message
news:eWcgBdWQEHA.2520@TK2MSFTNGP11.phx.gbl...> Hi all:
> I want to write an iterator class for GHashTable which belongs to GNU
> glib[ c library ] .Access function of GHashTable now only support internal
> iterator and define
> struct _GHashNode
> {
> gpointer key;
> gpointer value;
> GHashNode *next;
> };
> and
> struct _GHashTable
> {
> gint size;
> gint nnodes;
> GHashNode **nodes;
> GHashFunc hash_func;
> GEqualFunc key_equal_func;
> GDestroyNotify key_destroy_func;
> GDestroyNotify value_destroy_func;
> };
> in ghash.c file .How can I write an external iterator for GHashTable ?
>
> Any suggestion will be appreciated !
>
>
> Thanks a lot !
>
>
>
>
>
>
>
Alex B Guest
-
What's the iterator when using CFGRID?
new to CF7, and was wondering how would i output/alert the PK (primary key) when looping through the results using CFGRID? easily done when output'n... -
write value from flash file to an external file
how can I write value from flash file to an external file like (text file or xml file) -
ANNOUNCE: Iterator v0.02 and associated modules.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Version 0.02 of the following modules Iterator Iterator::Util Iterator::IO Iterator::DBI... -
[ann] iterator 0.1
homepage: http://raa.ruby-lang.org/list.rhtml?name=iterator download: http://rubyforge.org/download.php/213/iterator-0.1.tar.gz About ===== -
How to I Iterator through a CheckBoxList?
This is an ASP.NET using C# website -
Jeff Johnson [MVP: VB] #2
Re: How To Write the external Iterator?
Boing
Jeff Johnson [MVP: VB] Guest
-
apex #3
How To Write the external Iterator?
Hi all:
I want to write an iterator class for GHashTable which belongs to GNU
glib[ c library ] .Access function of GHashTable now only support internal
iterator and define
struct _GHashNode
{
gpointer key;
gpointer value;
GHashNode *next;
};
and
struct _GHashTable
{
gint size;
gint nnodes;
GHashNode **nodes;
GHashFunc hash_func;
GEqualFunc key_equal_func;
GDestroyNotify key_destroy_func;
GDestroyNotify value_destroy_func;
};
in ghash.c file .How can I write an external iterator for GHashTable ?
Any suggestion will be appreciated !
Thanks a lot !
apex Guest



Reply With Quote

