13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>C++ compiler option: --compound-literalsMenu entry-Command line syntax--compound-literalsDescriptionAllow compound literals in expressions. A compound literal looks like a cast containing an initializer. Itsvalue is an object of the type specified in the cast, containing the elements specified in the initializer; it isan lvalue.For example:static int i[] = (int []) {1, 2, 3};Related in<strong>for</strong>mation-376

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!