10.07.2015 Views

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Unions: Free (Fortran, C/C++)union flex<strong>Type</strong> {int i;double d;bool b;}union flex<strong>Type</strong> ft;ft.i = 27;float x = ft.i; // nonsense, no type checking possible.Lecture 0635

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

Saved successfully!

Ooh no, something went wrong!