awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesArray Size Measurement with sizeof

Using the sizeof operator on compile-time declared arrays to obtain the true element count, not on pointers.

Distinct from Array Pointer Arithmetic: Distinct from Array Pointer Arithmetic: focuses on using sizeof for array size measurement rather than pointer arithmetic semantics.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Array Size Measurement with sizeof. Refine with filters or upvote what's useful.

Awesome Array Size Measurement with sizeof GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • angrave/systemprogrammingAvatar de angrave

    angrave/SystemProgramming

    5,734Voir sur GitHub↗

    This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core operating system concepts of process management through the fork-exec-wait model, dynamic memory allocation using implicit free list heap allocators, inode-based file systems, inter-process communication via pipes and shared memory, POSIX threads with synchronization primitives, signal-based asynchronous notification, virtual memory with page table translation, and runtime diagnostics using Valgrind and GDB. The textbook distinguishes itself by providing practical, implementation

    Covers the sizeof distinction between arrays and pointers for size measurement.

    Voir sur GitHub↗5,734
  1. Home
  2. Programming Languages & Runtimes
  3. Array Reductions
  4. Array Pointer Arithmetic
  5. Array Size Measurement with sizeof