Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~144 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for luoleicn

Hi all I am trying to add GNU adns to my project, But ands thew an error "Assertion `ads->udpsocket >= 0' failed" after running for 10 minuntes. Anybody here met this before? I use ands as follow: [ICODE] bool DnsResolver::resolve(const char* domain, char ip[]) { bool result = false; adns_state …

0
43
Member Avatar for luoleicn

Hi all: Can anybody tell my why this simple code which used pthread_cancel to kill another thread throws "terminate called without an active exception". Yes , I used google but what I found is not what I want. I want to kill thread at once so I use pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); …

Member Avatar for luoleicn
0
101