Ay: Kasım 2014

factory pattern implementation in C++

Posted on 30 Kasım 2014 in Programlama by

Factory pattern implementation in c++

Fuzzy hash

Posted on 27 Kasım 2014 in Programlama by

It is used commonly is spam detection and also known as nilsimsa code. A nilsimsa code is something like a hash,

Posted on 15 Kasım 2014 in Programlama by

Microsoft has a good example of move constructor here. Following move constructor introduction is copied from stack overflow I find

Socket programming in C

Posted on 09 Kasım 2014 in Programlama by

Following implementation should be improved for joining threads in case of main app terminates Server implementation of sockets in C