/Networks-And-System-Programming-Lab

Programs covered in Unix System Programming & Computer Networks Lab (Semester 6)

Primary LanguageHTML

System Programming & Computer Networks Programs

Programs covered in Unix System Programming & Computer Networks Lab (Semester 6)

Build & Run Instructions

For C files

gcc filenamehere.c
./a.out <commandline args>

For C++ files

g++ filenamehere.cc
./a.out <commandline args>

For Java files

javac filenamehere.java
java classname # should be the same as file name for programs in this repo

For NS

Coming soon.

Note

  • Files or directories prefixed with "se" (somebody else's) are not my work.
  • Pairs of programs dealing with interprocess communication are meant to be run simulatenously on two terminal instances.