Explore >> Select a destination


You are here

dreamrunner.org
| | hackingcpp.com
29.6 parsecs away

Travel
| | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.
| | bartoszmilewski.com
12.8 parsecs away

Travel
| | The question that's been bugging me lately was: How does C++ make the use atomic variables both portable and efficient. I knew how Java volatile worked--it enforced sequential consistency, which is not always the most efficient thing to do. C++0x has atomic variables which also enforce sequential consistency when used in the default mode. Without...
| | uraimo.com
16.6 parsecs away

Travel
| | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries.
| | tarides.com
31.0 parsecs away

Travel
| Explore OCaml's growing role in industry as detailed in our blog. Discover how enterprises leverage its security, performance, and robust community support.