News

Ask Kathleen. Capture Variables with Closures. Learn to pass anonymous types outside the method in which they're created; take advantage of closures when working with lambda expressions; drilldown on ...
Modern C++. Initialize Member Variables in the Order You Declare Them. In part 4 of this series on the C++ Core Guidelines, Kate Gregory reminds you of an oddity in C++ when it comes to initializing ...
Variable renaming is greatly improved in Visual Studio 2015; you can actually see what it’s going to do before it happens. Live code analysis and automatic correction is also greatly improved.