Hex Editor
Hex Editor - Binary File Editing Software for Windows

Plain Field

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >

Plain field is an ordinary field of a given type.

Syntax:

type-id var-id;        
      

Example of plain fields:

struct B
{
    // …
};

struct A
{
    int a;
    B b;
};
      

Both a and b fields of structure A are plain fields.

< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.