Re: is STC a good supplementary library for C?

Liste des GroupesRevenir à l c 
Sujet : Re: is STC a good supplementary library for C?
De : richard.nospam (at) *nospam* gmail.invalid (Richard Harnden)
Groupes : comp.lang.c
Date : 03. Aug 2024, 14:26:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8l7kp$3ef24$1@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 03/08/2024 11:44, Mark Summerfield wrote:
As part of relearning C I wanted to find a lightweight library (so not
GLib) that will provide generic collections.
 I seem to have found such a library: https://github.com/stclib/STC
 It does not appear to be a standard Debian package but I haven't found any
equivalent in Debian.
 Is this a reasonable choice? If not, what would you recommend?
I've never hear of it, but from a very quick look I'd say: no.
They seem to be trying to write C++ code in C. If you want C++, use C++.

 I want a generic (int/str/custom struct) set, map, ordered map, vector.
I think this is better (I've never used it, but Jacob does know what he's doing): https://github.com/jacob-navia/ccl
Really though, roll your own. It'll be a good exercise for relearning C.

Date Sujet#  Auteur
3 Aug 24 * is STC a good supplementary library for C?13Mark Summerfield
3 Aug 24 +* Re: is STC a good supplementary library for C?9Stefan Ram
3 Aug 24 i+* Re: is STC a good supplementary library for C?3Stefan Ram
3 Aug 24 ii`* Re: is STC a good supplementary library for C?2Bart
4 Aug 24 ii `- Re: is STC a good supplementary library for C?1Lawrence D'Oliveiro
4 Aug 24 i`* Re: is STC a good supplementary library for C?5Blue-Maned_Hawk
5 Aug 24 i `* Re: is STC a good supplementary library for C?4Lawrence D'Oliveiro
5 Aug 24 i  `* Re: is STC a good supplementary library for C?3Blue-Maned_Hawk
6 Aug 24 i   `* Re: is STC a good supplementary library for C?2Lawrence D'Oliveiro
6 Aug 24 i    `- Re: is STC a good supplementary library for C?1Blue-Maned_Hawk
3 Aug 24 `* Re: is STC a good supplementary library for C?3Richard Harnden
4 Aug 24  `* Re: is STC a good supplementary library for C?2Mark Summerfield
4 Aug 24   `- Re: is STC a good supplementary library for C?1James Kuyper

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal