InfoQ Homepage C++ Content on InfoQ
-
The 6 Main Reasons to use VS2015 for C++ Development
Today at Build, the presentation “6 Reasons Move your C++ code to VS2015” was given which discussed the new features in VS2015 that make it more useful to C++ developers. VS2015 has been evolving since its original July 2015 release and there are several new features that should increase its attractiveness to C++ developers regardless of the platforms they target.
-
CLion 2016.1 Adds Python, Swift, Improves C++ Support
JetBrains has announced version 2016.1 of CLion, its cross-platform IDE that targets both Linux and OS X. The new version adds many improvements to C++ support, code generation, Python and Swift support, and better Git integration.
-
LLVM 3.8 Discontinues Old Windows Versions, Deprecates Autoconf, Improves Clang
The LLVM team has announced the release of LLVM, which includes a few major deprecations, new C API headers, and Clang 3.8.
-
Previewing VS2015's Improved C++ Compliance
Microsoft continues to increase its compliance with the C++11, C++14, and upcoming C++17 language standards with its second update to Visual Studio 2015.
-
Microsoft Open Sources PDB
PDB or Program DataBase is a central component of the Windows ecosystem. Whether you write code in C++ or .NET, without a PDB file even basic tasks such as stepping through code becomes impossible. And yet, the PDB format is largely a black box. At least until now.
-
VS2015 Update 1 Improves C++ Edit and Continue Support
Microsoft debuted improved Edit and Continue (EnC) support for C++ projects with VS2015 launch. The first update to VS2015 brings several improvements to EnC users. Windows Store apps and DirectX applications can now use EnC. And all C++ EnC users will find bug fixes and usability tweaks.
-
Reducing Project Build Times on Visual Studio 2015
Microsoft's new partnership with Xoreax has produced a "freemium" version of IncrediBuild for Visual Studio users. This tool uses several techniques to dramatically reduce project build times for several different project types.
-
Linux Debugging Comes to Visual Studio
Visual Studio 2015 continues to expand its reach into non-Windows development scenarios. A new extension enables Visual Studio to be used to debug C++ code being run on Linux-based systems.
-
C++ Core Guidelines will Help Writing Good Modern C++
As announced at CppCon, Bjarne Stroustrup and Herb Sutter have started working on a set of guidelines for modern C++. The goal of this effort is improving how developers use the language and help ensuring they write code that is type safe, has no resource leaks, and is as much as possible free of programming logic errors.
-
iOS App Development Comes to Windows With Some Controversy
Microsoft has released tools to enable Objective-C development on Windows which are intended to facilitate the porting of iOS apps to Windows. This move is not without some controversy, as some developers are upset at how their code was included in this project.
-
Taking Advantage of Edit and Continue with C++ and VS2015
The Edit and Continue debugging feature for C++ code has been available in Visual Studio before in various forms. In Visual Studio 2015 this support has been expanded to include both 32-bit and 64-bit code while maintaining the use of the other debugging tools Visual Studio offers.
-
Qt 5.5 Adds New GL Modules, Improves Cross-platform Support
Coming only six months after the release of Qt 5.4, Qt 5.5 fixes almost 1500 reported bugs and adds new features, while also ensuring that it will be ready for Windows 10 on time, improving Linux compatibility and OS X parity.
-
VS2015's C++ Benefits from Over 750 Bug Fixes
C++ Developers will benefit from the involvement of hundreds of fellow users who reported numerous bugs with the C++ compiler during its release stage. Microsoft has provided a list of all of the bugs that have been corrected for the upcoming release of VS2015RTM.
-
VS2015 Coming July 20, C++ Features Finalized
The Visual Studio 2015 team has finalized its implementation of the various C++ 11/14/17 standards that it will support in VS2015RTM. Accompanying these C++ features will be the completion of C99 language support. All of these will be part of production release of VS2015, which is coming in July.
-
Facebook's Moments App Does C++ for Cross-Platform Development
One of the most recent Facebook's apps, Moments, is using C++ to share its business logic across iOS and Android, Facebook's engineers Ashwin Bharambe, Zack Gomez, Will Ruben explain. Here we review Facebook engineers rationale for that choice and its outcomes.