Theoretically, can I use the boost library (e.g. boost threads) inside a cocoa project?
Yes, nothing bothers you:
Yes. You can compile boost as a static library and link to it, or add source code to your project and compile it with it.
Yes, just make sure you use Objective-C ++ and include the enhancements in the directories you need. (Note: to change to Objective-C ++, change the file extension to .mm instead of .m and save the .h files the same way)
Source: https://habr.com/ru/post/1307897/More articles:new >> how would I read a file that has 3 columns and each column contains 100 numbers in an array? - c ++Non-blocking Tcp Server - c #How to force a deep copy when copying structures with arrays? - c #error C2146: syntax error: missing ';' before the identifier of the "top" - c ++Pragmas swp, ivdep, support for prefetching in various compilers - optimizationDoes Arraylist use Array? - arraylistHow to become a multimedia programmer? - multimediaDjango send_mail results in Error 60, Operation Timed Out on Mac OSX - djangoHow can I define an empty array in Perl construtor? - arraysHow to set global speed limit CURL (speed)? - linuxAll Articles