Skip to content

Latest commit

 

History

History
 
 

COMP 2401

COMP 2401 (Introduction to Systems Programming)

Description

Introduction to system-level programming with fundamental OS concepts, procedures, primitive data types, user-defined types. Topics may include process management, memory management, process coordination and synchronization, inter-process communication, file systems, networking, pointers, heap and stack memory management, and system/library calls.

Details

Prerequisites

Compiling & Running

  • gcc <c-file> -o <program-name>
  • ./<program-name>