How to make programs for linux

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cargs

    A lightweight cross-platform getopt alternative that is tested on Linux, Windows, FreeBSD and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.

  • getopt is definitely a solid option and a good choice for suggesting to beginners. I personally prefer cargs, and I never use getops anymore. You can check out cargs here: https://github.com/likle/cargs

  • getopt

    POSIX getopt() as a portable header library (by skeeto)

  • 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
  • optparse

    Portable, reentrant, getopt-like option parser

  • When I need something more sophisticated, where long options would be nice, I reach for my own Optparse.

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