NurimOnsemiro / cpp_thread_example

c++ thread example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

개발환경

  • OS : Windows 10 Pro
  • IDE : Qt Creator 4.12.4
  • Qt : 5.15.0
  • Compiler : MinGW 8.1.0 64-bit for C++
  • C++ version : c++14

주의사항

  • env_info.json 파일은 실행파일과 동일한 위치에 있어야 합니다.

파라미터

  • jobSize : 계산할 값의 크기
  • numThreads : 사용할 스레드 개수
  • useThread : 스레드 사용 여부 (0 = 미사용, 1 = 사용)

About

c++ thread example

License:MIT License


Languages

Language:C++ 94.8%Language:QMake 5.2%