Is using void* considered "evil" in C just as it is in C++?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • qsort

    Quicksort implemented as a C macro

  • An example of this can be found here

  • STC

    A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers. (by stclib)

  • I'd say it's evil, but quite understandable very commonly used because there are no built-in alternatives in C. I basically never use void* in user-code, simply because there are no need for it when using a templating technique, like in my STC library. Even in the implementation of STC itself, void* is hardly used, if at all.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?

    54 projects | news.ycombinator.com | 6 May 2024
  • 40 years later, a game for the ZX Spectrum will be again broadcast over FM radio

    1 project | news.ycombinator.com | 8 May 2024
  • CLIPSockets: Clips low-level socket implementation

    1 project | news.ycombinator.com | 8 May 2024
  • Ask HN: Any one still using MySQL?

    1 project | news.ycombinator.com | 8 May 2024
  • Dlopen() Metadata for ELF Files

    1 project | news.ycombinator.com | 8 May 2024