c:accueil

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
c:accueil [2025/03/16 16:38] – [Langage C] add link phswc:accueil [2025/11/05 15:18] (Version actuelle) – [Langage C] add link phsw
Ligne 22: Ligne 22:
   * [[https://embeddedor.com/blog/2024/06/18/how-to-use-the-new-counted_by-attribute-in-c-and-linux/|How to use the new counted_by attribute in C (and Linux)]]   * [[https://embeddedor.com/blog/2024/06/18/how-to-use-the-new-counted_by-attribute-in-c-and-linux/|How to use the new counted_by attribute in C (and Linux)]]
   * [[https://github.com/CodeWithHarry/The-Ultimate-C-Programming-Course|The Ultimate C Programming Handbook]]   * [[https://github.com/CodeWithHarry/The-Ultimate-C-Programming-Course|The Ultimate C Programming Handbook]]
 +  * [[http://www.graphics.stanford.edu/~seander/bithacks.html|Bit Twiddling Hacks]]
 +
  
  
Ligne 288: Ligne 290:
     printf("stdin is a file or a pipe\n");     printf("stdin is a file or a pipe\n");
 </code> </code>
 +
 +
 +==== _Generic ====
 +
 +  * [[https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/c11-generic/|Workarounds for C11 _Generic]]
 +  * [[https://medium.com/@pauljlucas/generic-in-c-d7ab47e3b5ab|_Generic in C]]
 +  * [[https://en.cppreference.com/w/c/language/generic.html|Generic selection (since C11)]]
 +  * [[http://www.robertgamble.net/2012/01/c11-generic-selections.html|C11 - Generic Selections]]
  
  
Ligne 356: Ligne 366:
  
   * [[https://blog.malicious.group/inline-assembly/|Inline Assembly]]   * [[https://blog.malicious.group/inline-assembly/|Inline Assembly]]
 +  * [[https://s-mazigh.github.io/ASMx86_64/index.html|ASM x86_64]]
 +  * https://diveintosystems.org/book/C7-x86_64/index.html
 +  * [[https://yuriygeorgiev.com/2024/02/19/x86-64-cpu-architecture-the-stack/|x86/x64 CPU architecture: the stack & stack frames]]
 +  * [[https://cs.brown.edu/courses/cs033/docs/guides/x64_cheatsheet.pdf|x64 Cheat Sheet]]
  
  
  • c/accueil.1742139526.txt.gz
  • Dernière modification : 2025/03/16 16:38
  • de phsw