...while brushing my teeth
GoingNative 2012
- Threads and Shared Variables in C++11 (Hans Boehm) no need to use any platform-specific code to create threads, it’s now part of the language.
- STL11: Magic && Secrets (Stephan Lavavej) shared pointers have been improved over boost.
- A Concept Design for C++ (Bjarne Stroustrup) what concepts are and how they were implemented in C++ 11.
Misc
- Introducing Windows Runtime in Windows 8 (Bart De Smet) the language projections allow direct access to the Windows API with 0 interop code from native C++, managed C# and Javascript. The API appears natural to each language. That’s a big change over the annoying C-style Win32 with its LPTSTR and HSTRUCTs…
- Windows Runtime internals: understanding “Hello World”
- C#5, ASP.NET MVC4 and Asynchronous Web Applications more interesting than the title suggests. Gives a historical view with live demos of the various ways of making asynchronous calls from polling to await.
No comments:
Post a Comment