c++ Programming Glossary: www.ddj.com
Cross-platform crash handler http://stackoverflow.com/questions/1367110/cross-platform-crash-handler
When should functions be member functions? http://stackoverflow.com/questions/1638394/when-should-functions-be-member-functions citing Meyer's article in Self Sufficient Headers http www.ddj.com cpp 184401705 These ideas have been republished in more refined..
Compilable C++ code to implement a secure SLL/TLS client using MS SSPI http://stackoverflow.com/questions/2032056/compilable-c-code-to-implement-a-secure-sll-tls-client-using-ms-sspi SLL TLS client using MS SSPI As described here http www.ddj.com cpp 184401688 I do not have time to write this from scratch...
Unresolved external symbols in beginners CUDA program http://stackoverflow.com/questions/2061715/unresolved-external-symbols-in-beginners-cuda-program sample code from the bottom of this article to build http www.ddj.com architect 207200659 I add CUDA Build Rule v2.3.0 to the project's..
Is it more efficient to return a const reference http://stackoverflow.com/questions/275795/is-it-more-efficient-to-return-a-const-reference what Andrei envisioned some years ago in the article http www.ddj.com database 184403855 suggested by Chris. A move constructor has..
Boost Thread tutorials [closed] http://stackoverflow.com/questions/415994/boost-thread-tutorials Threads Recent changes to the Boost Thread library http www.ddj.com cpp 211600441 C Thread mutex question http en.allexperts.com..
How to implement thread safe reference counting in C++ http://stackoverflow.com/questions/93073/how-to-implement-thread-safe-reference-counting-in-c this topic but requires special CPU instructions http www.ddj.com architect 184401888 c multithreading atomic reference counting..
|