Explore >> Select a destination


You are here

isocpp.org
| | patriciabt.com
55.2 parsecs away

Travel
| | GatherPress pilot program, our proposal on Make Community. We're talking about the proposal we, the GatherPress team, have just published on the Make Community site - something that we think could really change a lot for WordPress users in the way we can make WordPress even more community-friendly, especially
| | blog.jetbrains.com
14.7 parsecs away

Travel
| | Hi,Since our last edition in February came out, the C++ community has organized lots of fantastic conferences, held productive C++ Committee discussions, and published tons of educational posts. W
| | herbsutter.com
6.6 parsecs away

Travel
| | On Saturday November 10, the ISO C++ committee completed its fall meeting in San Diego, California, USA, hosted with thanks by Qualcomm.This was the biggest ISO C++ meeting in our 29-year history, with some 180 people at the meeting, representing 12 nations. For more details about our size increase, including how we adapted organizationally to...
| | www.bfilipek.com
54.7 parsecs away

Travel
| Some time ago I covered how to use custom deleters with smart pointers. The basic idea is to specify a dedicated method that will be called when a pointer is released. One logical application of custom deleters might be resource handles like files or the WinApi HANDLE type. Lets see how can we implement such thing.