You are here |
isocpp.org | ||
| | | |
patriciabt.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |