System Programming
-
-
-
-
[Intro to C] C as a systems programming languageSystem Programming 2022. 7. 25. 03:43
C is a good choice for ... •Operating System developers •Embedded systems •People who reallycare about speed •Authors of security exploits C has ... • No objects, classes, features, methods, or interfaces - Only functions/procedures - We will see function pointers later… • No fancy built-in types - Mostly just what the hardware provides - Type constructors to build structured types • No exceptio..