Skip to content

BSUIR450503/450503_mischenko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-to

Lab 1

  • Windows

    • Build and run in Visual Studio.
  • Linux

    • Compile with g++.

Lab 2

  • Windows

    • Build and run in Visual Studio.
  • Linux

    • Install ncurses.
    • Compile with g++ with -lcurses.

<a">Lab 3

  • Windows

    • Build and run in Visual Studio.
  • Linux

    • Compile with g++.

Lab 4

  • Windows

    • Build and run in Visual Studio.
  • Linux

    • Install ncurses.
    • Compile with g++ with -lcurses.

Lab 5

  • Windows

    • Build and run in Visual Studio.
  • Linux

    • gcc -fPIC -x c -c Library.cpp
    • gcc -shared -o Library.so Library.o -lrt
    • gcc -x c -o Main Main.cpp -ldl -pthread -lrt
  • Linux
    • Compile with g++.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published