gabriellm1 / ThreadLab

Multi-thread copy and paste program with graphic interface(raylib)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreadLab

Multi-thread copy and paste program with graphic interface(raylib)

  • Made on macOS

  • GCC --version:

    Apple LLVM version 10.0.1 (clang-1001.0.46.4) Target: x86_64-apple-darwin18.6.0 Thread model: posix

  • How to run:

    Open terminal:

      make
      ./uicp teste teste2 // to try directory cp
      ./uicp bigfile.rar teste_f.rar // to try file cp
    

About

Multi-thread copy and paste program with graphic interface(raylib)


Languages

Language:C 98.2%Language:Makefile 1.8%