由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Boost C++ Libraries, 大家看哪些部分?
相关主题
说自己会多少语言哪?贴面经, mobile小公司
内推C加加boost asio near newark,caBloomberg终于来信了……
攒RP写面经C++除了写code 如何继续提高
一道面试题请问:C++里一般用什么做hashtable?
C++ timer class for multithreads? (转载)这个工作的要求高不
做码工真的很无聊吗?急问个c++关于map 的问题。
碰到面试官水平太差看不懂答案怎么办?求Google 的 Data Science 有关的位置内推
面试号称自己懂C++会不会被问STL问题无人驾驶-定位方向-机器学习/深度学习算法工程师Algorithm Development Researcher (machine learning / deep learning)
相关话题的讨论汇总
话题: boost话题: libraries话题: c++话题: concurrent
进入JobHunting版参与讨论
1 (共1页)
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
3
smart pointers
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,所以
: 只能自己翻翻看了。
:
: .

1 (共1页)
进入JobHunting版参与讨论
相关主题
无人驾驶-定位方向-机器学习/深度学习算法工程师Algorithm Development Researcher (machine learning / deep learning)C++ timer class for multithreads? (转载)
赛车问题做码工真的很无聊吗?
弱问职场照片在哪里可以照? (转载)碰到面试官水平太差看不懂答案怎么办?
Amazon 面经(二面)面试号称自己懂C++会不会被问STL问题
说自己会多少语言哪?贴面经, mobile小公司
内推C加加boost asio near newark,caBloomberg终于来信了……
攒RP写面经C++除了写code 如何继续提高
一道面试题请问:C++里一般用什么做hashtable?
相关话题的讨论汇总
话题: boost话题: libraries话题: c++话题: concurrent