Skip to content

BSUIR450503/450503_tarasevich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

How to Run Labs

####List of labs:####

  • on Win

    • Compile executable file of Proc_child.cpp with lib.
    • Then move <your_exe_name>.exe to the directory of your parent's compiled exe.
    • Profit.
  • on Linux

    • Just compile all the .cpps in the same directory and run parent.
  • on Win

    • If there are secure warnings, turn them off (on Visual C++).
  • on Linux

    • Install ncurses.
    • Compile with g++ (example: g++ -o execute main.cpp -lcurses).
    • Run execute file (or your <filename>).
  • on Win

    • If there are secure warnings, turn them off (on Visual C++).
  • on Linux

    • Compile with g++ (example: g++ -o execute main.cpp loop.cpp).
    • Run execute file (or your <filename>).
  • on Win

    • If there are secure warnings, turn them off (on Visual C++).
  • on Linux

    • Install ncurses.
    • Compile with g++ (example: g++ -o execute main.cpp Thread.cpp -lpthread -lcurses).
    • Run execute file (or your <filename>).
  • on Win

    • Install MinGW/MSYS with gcc & make.
    • Run msys.bat.
    • Type make into bash.
    • Run lab5 file.
  • on Linux

    • Type make into bash.
    • Run lab5 file.
  • only Linux available
    • Compile with g++ (example: g++ -o <filename> main.cpp). <filename> is your custom file name.
    • Run <filename> file.

Up!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published