Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX/HP C Compiler: HP C/HP-UX Reference Manual > Chapter 10 HP C/HP-UX Implementation Topics

Structures and Unions

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

Structure or union references that are not fully qualified (see example below) are flagged with an error by the compiler.

struct{
int j;
struct {int i;}in;
} out;
out.i=3;

The correct statement for the example above is out.in.i = 3;.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.