Benutzer-Werkzeuge

Webseiten-Werkzeuge


prog:dies_und_das

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
prog:dies_und_das [2018/05/26 11:34] – [Dies und das...] adminprog:dies_und_das [2020/03/31 12:25] (aktuell) – [State-Machine] admin
Zeile 3: Zeile 3:
  
 ===== State-Machine ===== ===== State-Machine =====
- 
  
   * http://stackoverflow.com/questions/133214/is-there-a-typical-state-machine-implementation-pattern   * http://stackoverflow.com/questions/133214/is-there-a-typical-state-machine-implementation-pattern
 +
 +===== Function Calls =====
 +
 +  * [[https://www.csee.umbc.edu/~chang/cs313.s02/stack.shtml|C Function Call Conventions and the Stack]]
  
 ===== Überflüssige Includes ===== ===== Überflüssige Includes =====
Zeile 11: Zeile 14:
   * http://stackoverflow.com/questions/614794/c-c-detecting-superfluous-includes   * http://stackoverflow.com/questions/614794/c-c-detecting-superfluous-includes
  
-===== Reading and writing files =====+===== Reading and writing files/pipes/etc. =====
  
  
   * http://www.it.uc3m.es/abel/as/MMC/L2/FilesDef_en.html   * http://www.it.uc3m.es/abel/as/MMC/L2/FilesDef_en.html
 +  * [[https://stackoverflow.com/questions/5782279/why-does-a-read-only-open-of-a-named-pipe-block|read-only from pipe is blocking]]
 ===== Type-Casting in C ===== ===== Type-Casting in C =====
   * https://www.tutorialspoint.com/cprogramming/c_type_casting.htm   * https://www.tutorialspoint.com/cprogramming/c_type_casting.htm
  
 +===== Pointers in C (Kurs) =====
 +  * https://github.com/hartwork/c-kurs-pointers
 +
 +  * [[https://www.youtube.com/watch?v=NHmlXEAEl68]], ist Entwickler folgenden Tools:
 +  * [[https://github.com/fredoverflow/skorbut-release]] - das Programm visualisiert Zeiger. 
  
 +  * [[https://www.geeksforgeeks.org/difference-pointer-array-c/|Difference between pointers and arrays]]
 ===== Debugging mit Valgrind ===== ===== Debugging mit Valgrind =====
  
prog/dies_und_das.1527334475.txt.gz · Zuletzt geändert: 2018/05/26 11:34 von admin