LLVM 3.4.2 Brings Bug-Fixes
The LLVM point release effort has been led by AMD's Tom Stellard and a small crew of others to deliver stable fixes atop the existing LLVM stable releases to fill in the time for strictly stable users between the six month release cycles.
0 comments cpp akerro phoronix.com 0
LLVM Clang Moves A Bit Closer To Compiling The Linux 3.16 Kernel
Behan Webster sent in the 3.16 pull request on Saturday, "Next set of patches to support compiling the kernel with clang. They've been soaking in linux-next since the last merge window.
0 comments cpp akerro phoronix.com 0
[DConf 2014] "The Last Thing D Needs" - Scott Meyers
W oparciu o doświadczenia z C++, S. Meyers wskazuje czego jego zdaniem D powinien unikać. Prelekcja w całości o C++.
0 comments cpp KrzaQ ustream.tv 0
What – if anything – have we learned from C++?
What is the essence of C++? Why did it succeed despite its well-understood flaws? What lessons - if any - can be applied to newer languages?
0 comments cpp akerro msdn.com 0
Lightweight HTTP Server in less than 40 Lines on libevent and C++11
Looking through programming articles sometimes I see posts about creating your own HTTP server. I am most interested in C++
0 comments cpp akerro kukuruku.co 0
Modernizing Legacy C++ Code
In this session, James McNellis, a developer on the Visual C++ libraries team, will share his experience using elements of modern C++ to improve a large legacy code base. Learn how to
0 comments cpp akerro msdn.com 0
Qt3D 2.0 Is A Rewrite Of Qt's 3D Support
Qt3D 2.0 strives to allow the easy creation of interactive 3D scenes, solid QML and C++ APIs, and aims to allow efficient use of multi-core CPUs and modern GPUs.
0 comments cpp akerro phoronix.com 0
How Dropbox Uses C++ for Cross-Platform iOS and Android Development – Ole Begemann
Notes on talks Dropboxʼs Mailbox and Carousel teams gave at UIKonf 2014 about using a C++ for sharing non-UI code between their Android and iOS apps.
0 comments cpp akerro oleb.net 0
Bjarne Stroustrup: Why you should avoid Linked Lists
The part in Bjarne Stroustrup's keynote in GoingNative 2012 where he explains the reason that linked lists, and linked structures, are so bad for performance...
C++11 regex cheatsheet
0 comments cpp only_spam cpprocks.com 0
What is the pattern for a safe interface in C++?
0 comments cpp akerro stackexchange.com 0
What exactly is nullptr?
0 comments cpp akerro stackoverflow.com 0
A deleted default constructor could still be trivial?
0 comments cpp akerro stackoverflow.com 0