์์คํ ๊ฐ๋ฐ21 [๋น๋๊ธฐ] Async ์ฌ์ฉ 1 Async๋ฅผ ์ฌ์ฉํ๋ ๋ฐฉ๋ฒ #include #include using namespace std::chrono_literals; int fn() { std::this_thread::sleep_for(1s); std::cout 2022. 6. 16. cqtdeployer ๋ก ์ฐ๋ถํฌ์ ๋ฆด๋ฆฌ์ฆ ํ์ผ ๋ฐฐํฌํ๊ธฐ ์ถ์ฒ: https://yonglimlee.tistory.com/entry/QT-linux-deploy-์ฐ๋ถํฌ์์-๋ฐฐํฌํ๊ธฐ-2004LTS-64bit?category=814108 [๊ทธ๋ฆฐ ์์ง๋์ด ๐ฟ:ํฐ์คํ ๋ฆฌ] ์ฐ๋ถํฌ ์๋ฒ๋ฅผ ์๋ก ์ค์นํ ํ, ์ ๊ธ์ฒ๋ผ cqtdeployer๋ฅผ ์ค์นํ์ผ๋ cqtdeployer๊ฐ ๋์ด์ ๋์ํ์ง ์์๊ณ ๋ค์๊ณผ ๊ฐ์ ์ค๋ฅ๋ฅผ ๋ฑ์ด๋๋ค. gcs@dron:~/projects/build-Drone-Desktop-Release$ cqtdeployer -bin Drone Info: Deploy ... Info: The targetDir option is not used. CQtDeployer will use default target dir :/home/gcs/projects/build-Dr.. 2022. 5. 31. Disjoint set c# ๊ตฌํ (3) Explore - LeetCode Account Login - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Program.cs static void Main(string[] args) { Disjoint dj = new Disjoint(); List unions = new List(); unions.Add(new Union(0, 1)); unions.Add(new Union(0, 2)); unions.Add(new Union(1, 3)); unions... 2022. 3. 30. boost filesystem ์ฌ์ฉ๋ฒ ์ด์ ๋ฆฌ 0. ์ฌ์ ์กฐ๊ฑด - ์๋ ์์ ์ฝ๋๋ vs2017์์ ์ฌ์ฉ(๋ฆฌ๋ ์ค, ์๋์ฐ ํฌ๋ก์คํ๋ซํผ ํ๋ก์ ํธ ์ฌ์ฉ) - boost ๋ผ์ด๋ธ๋ฌ๋ฆฌ ํ๊ฒฝ์ค์ ๋ง์น ์ํ 1. ํ์ผ ๊ฒฝ๋ก ์ค์ - ํค๋ ์ถ๊ฐ #include 2. ๊ธฐ๋ณธ path ์์ฑ boost::filesystem::path p(boost::filesystem::current_path()); boost::filesystem::path state = p; - get ํ ์ ์๋ path ์ ๋ณด std::cout 2022. 3. 28. ์ด์ 1 2 3 4 5 6 ๋ค์