Adding #include directives

To insert the #include directive for any documented function

  1. In the C/C++ Editor, highlight the entire function name by double-clicking it. Do not highlight the parentheses or any leading tabs or spaces.
  2. Right-click and click Add Include. The IDE automatically adds the #include statement to the top of the file, if it is not already there.
Copyright IBM Corporation
 2000, 2002. All Rights Reserved.