Go to main content
What's New in the Oracle® Developer Studio 12.5 Release

Exit Print View

Updated: July 2016
 
 

About the C++ Compiler

This section provides a summary list of the new features and changed functionality introduced in the Oracle Developer Studio 12.5 C++ 5.14 Compiler release.

The C++ compiler (CC) produces code that is targeted for specific operating systems, processors, architectures, memory models (32-bit and 64-bit), floating-point arithmetic, and more, according to command-line options you specify. The compiler automatically parallelizes serial source code to produce binaries with better performance on multicore systems and can also prepare binaries for enhanced debugging or analysis by other Oracle Developer Studio tools. The compiler also supports GNU C/C++ compatibility features.