c**m 发帖数: 30 | 1 with windows/socket/tcpip/multithreaded/concurrent exps.
c++: you should be able to implement your own smart_ptr. |
c**m 发帖数: 30 | |
T*****9 发帖数: 2484 | 3 smart_ptr实现应该不难啊,用引用计数就可以了
我感兴趣啊
【在 c**m 的大作中提到】 : with windows/socket/tcpip/multithreaded/concurrent exps. : c++: you should be able to implement your own smart_ptr.
|
c**m 发帖数: 30 | 4 yeah, basically template, operator overloading, and reference counting, are
you interested?
【在 T*****9 的大作中提到】 : smart_ptr实现应该不难啊,用引用计数就可以了 : 我感兴趣啊
|
T*****9 发帖数: 2484 | 5 Sure!
are
【在 c**m 的大作中提到】 : yeah, basically template, operator overloading, and reference counting, are : you interested?
|
h***i 发帖数: 1970 | 6 还要加上thread safe
are
【在 c**m 的大作中提到】 : yeah, basically template, operator overloading, and reference counting, are : you interested?
|
d***q 发帖数: 1119 | 7 thread safe
put mutex()
in session...haha |
h***i 发帖数: 1970 | 8 没你想象的那么简单,mutex太heavy weight了,一般都是利用cpu提供的test-and-set
之类的指令来实现的,自己看看boost shared_ptr的实现就知道了
【在 d***q 的大作中提到】 : thread safe : put mutex() : in session...haha
|
p*u 发帖数: 2454 | 9 有boost的水平还愁工作?
set
【在 h***i 的大作中提到】 : 没你想象的那么简单,mutex太heavy weight了,一般都是利用cpu提供的test-and-set : 之类的指令来实现的,自己看看boost shared_ptr的实现就知道了
|
k****f 发帖数: 3794 | 10 boost有什么牛的地方?
【在 p*u 的大作中提到】 : 有boost的水平还愁工作? : : set
|
s*****d 发帖数: 43 | 11 Hi, anything else other than smart_ptr? |
p*u 发帖数: 2454 | 12 没什么牛的你写一个?
【在 k****f 的大作中提到】 : boost有什么牛的地方?
|