由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - C++ multithreading and socket
相关主题
看看这个junior quant的要求请教Trading Systems Engineer的职业发展是咋样的?
请问哪个c++LIBRARY有CDF function?Algo Trading System Design and Career Opportunity
IB job opening : multithread programing C++re:Algo Trading System Design and Career Opportunity
纽约程序员的机会--C++ Multithreaded Developer/Engineer请问,做Quant, Linux C++该熟悉哪些东西?
请推荐一本写multithreaded trading的书, C++,C#均可小的trading firm里做high frequency developer和大it公司做software engineer
请问哪门计算机课比较有帮助[请问] 关于C++ boost 资料推荐
looking for quant developerC++里面如何最方便的表示这个数组的数组?
有没有好的, 用Matlab在Interactiver Brokers API上接口的软件弱问C++里如何实现类似MATLAB的数学运算
相关话题的讨论汇总
话题: c++话题: socket话题: library话题: thread
进入Quant版参与讨论
1 (共1页)
f*****s
发帖数: 141
1
能否推荐一本书,能快速入门的,谢谢。
m********0
发帖数: 2717
2
Manning.C++.Concurrency.in.Action.
or Pthread Primer
socket I have no idea
y******e
发帖数: 133
3
programming with posix threads by David
http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html

【在 f*****s 的大作中提到】
: 能否推荐一本书,能快速入门的,谢谢。
f*****s
发帖数: 141
4
有没有什么常用的Library for multithreading?
o******s
发帖数: 416
5
其实pthread不是OOP的,所以用C操纵也一样。
如果从OOP的概念来说的话,boost的lib包装了多线程编程,具有良好的借口,初始化
,lock控制,资源管理等特性。
z****g
发帖数: 1978
6
native C++ does not support thread programming. Native C++ treats thread as
evil. Try google basic thread concepts, and choose a library.
WinAPI/ MFC /.NET for VC/CLI compiler
boost for gcc.
k**a
发帖数: 121
7
My two cents. I'm not from a CS background so I might be in a similar
situation with you.
If you want to do multithreading programming in C++, you can look up the
boost Thread library and here's the link.
http://www.boost.org/doc/libs/1_42_0/doc/html/thread.html
I personally feel that it's a lot easier to use the boost library compared
to the POSIX pthread library. And for most purposes this is good enough. Of
course you'll need to know some of the basic concepts in multithreading such
as thread
f*****s
发帖数: 141
8
Kida, Your suggestions are really helpful. Thanks a lot.
1 (共1页)
进入Quant版参与讨论
相关主题
弱问C++里如何实现类似MATLAB的数学运算请推荐一本写multithreaded trading的书, C++,C#均可
请教Windows下C++编程转到Linux下要学些什么?请问哪门计算机课比较有帮助
这里有人用IB的API么?looking for quant developer
Bloomberg面经有没有好的, 用Matlab在Interactiver Brokers API上接口的软件
看看这个junior quant的要求请教Trading Systems Engineer的职业发展是咋样的?
请问哪个c++LIBRARY有CDF function?Algo Trading System Design and Career Opportunity
IB job opening : multithread programing C++re:Algo Trading System Design and Career Opportunity
纽约程序员的机会--C++ Multithreaded Developer/Engineer请问,做Quant, Linux C++该熟悉哪些东西?
相关话题的讨论汇总
话题: c++话题: socket话题: library话题: thread