M*******8 发帖数: 85 | 1 对于Boost C++ Libraries, 大家都看和用哪些部分?
linear algebra, pseudorandom number generation, multithreading, image
processing, regular expressions, unit testing
是不是Concurrent Programming和Math and numerics 用的比较多?
Concurrent Programming
asio - Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.
interprocess - Shared memory, memory mapped files, process-shared mutexes, condition | c****p 发帖数: 32 | 2 对于Interview, 除非明确要求,否则根本不必看。
timers, hostname resolution, socket iostreams, serial ports, file
descriptors and Windows HANDLEs, from Chris Kohlhoff.
condition variables, containers and allocators, from Ion Gaztañaga.
parallel application programming, from Douglas Gregor and Matthias Troyer.
【在 M*******8 的大作中提到】 : 对于Boost C++ Libraries, 大家都看和用哪些部分? : linear algebra, pseudorandom number generation, multithreading, image : processing, regular expressions, unit testing : 是不是Concurrent Programming和Math and numerics 用的比较多? : Concurrent Programming : asio - Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff. : interprocess - Shared memory, memory mapped files, process-shared mutexes, condition
| a****n 发帖数: 1887 | | M*******8 发帖数: 85 | 4 是面试说要问问Boost library的东东,是finance firm, 但没说问啥library,所以
只能自己翻翻看了。
.
【在 c****p 的大作中提到】 : 对于Interview, 除非明确要求,否则根本不必看。 : : timers, hostname resolution, socket iostreams, serial ports, file : descriptors and Windows HANDLEs, from Chris Kohlhoff. : condition variables, containers and allocators, from Ion Gaztañaga. : parallel application programming, from Douglas Gregor and Matthias Troyer.
| a********1 发帖数: 750 | 5 smart pointer和asio差不多了吧。
【在 M*******8 的大作中提到】 : 是面试说要问问Boost library的东东,是finance firm, 但没说问啥library,所以 : 只能自己翻翻看了。 : : .
|
|