Liste des Groupes | Revenir à cl c |
bart <bc@freeuk.com> wrote:
You're guessing based on the identifiers chosen. But that lump of code has this shape:You have to analyse it first. The kind of loop this expresses is:I would describe original sqlite3.c loop as "iteration over elements
>
p = startvalue()
>
while (p) {
<body>
p = nextvalue()
}
>
Notice how I chose to express it: it reflects how I would describe it in
English:
>
* Set P to Start Value
* While P isn't Null:
* Execute the body
* Set P to Next Value
>
So, how would /you/ describe it in English? (Or in any language if like,
as the ordering is more important.)
of hash table". That assumes that Sqlite folks choose sensible
names. This is higher level view than you apparently have.
Les messages affichés proviennent d'usenet.