Hex Editor
Hex Editor - Binary File Editing Software for Windows

Statements

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

Statements control the flow of execution. They are allowed on user-defined type scope and in function body. This section describes all statements supported by the Structure Viewer.

The general statement syntax may be described by the following grammar:

statement:
    statement-if | statement-switch | statement-break | statement-while | statement-for | statement-dowhile | statement-return

statement-block:
    statement | field-declaration
      

Where field-declaration is either standard or user-defined type, or structure definition.

See the following topics for more information:

  • if statement
  • switch statement
  • break statement
  • while statement
  • for statement
  • do…while statement
  • return statement
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.