Unix Pipe Parsing

This project demonstrates the use of Unix pipes for inter-process communication. It features a C++ program that simulates data flow between processes using pipes. The project includes a parent-child process architecture where child processes perform computations and communicate results back to the parent process through pipes. This project showcases my understanding of low-level system programming and inter-process communication in Unix-like operating systems.

Project 5 Screenshot

Technologies Used

  • C++
  • Unix
  • Inter-process Communication
  • System Programming

Key Features

  • Parent-Child Process Architecture
  • Data Flow Simulation
  • Pipe-based Communication
  • Debugging Capabilities