External Interface



Table of Contents      

Introduction

Getting Up and Running

 

Debugging

New C++ Features

 

External Interface   

Tutorials

Man Page

FAQ   


This chapter contains reference information for KAI C++.

There are three ways in which you can communicate information to KAI C++: command-line options, keywords, and pragmas.

 

7.1 Command-line Options

Command-line options fall into roughly four categories.

The command-line options begin with --, -, or +. Options prefixed by -- are typically long (multi-letter) options. Options prefixed by - are typically short (single-letter) options, however, several exceptions to this rule exist. Options prefixed by + are shorthand abbreviations for a group of other options. There are exceptions to these rules, mostly for the sake of compatibility with options for other C++ compilers.

The command-line options are platform specific. Check the man page for more information.

 

7.2 Keywords

At this time, the only non-standard keyword recognized by KAI C++ is restrict. This keyword is described in further detail in this discussion of performance.


7.3 Pragmas

At this time, the only pragmas recognized are the tempate instantiation pragmas.


Next Section         Copyright © 1996-1999. All rights reserved.

E-Mail KAI Technical Support   E-Mail KAI   Contact KAI   

This file last updated on 4 June 1999.