| w3store - ultrafast high performance C / C++ database |
|
Imagine a database update would only take 2 nanoseconds ... here it is
...
customer_t *cust;
for(cust=R->customer;cust;cust=cust->next) { // R: root of database
if(cust->is.status==CUSTOMER_INTERESSENT) {
customer_send_info_letter(cust);
cust->last_info_letter_sent=time(0);
}
}
|
| Adresse | Andreas Neuner, Halde 2, 78465 Konstanz. |
| andreas.neuner@w3group.de | |
| Tel | 0171 5438086 |
| USTID | DE142276112 |
| URL | https://w3group.de/ |