| 1 |
.TH QCPP |
| 2 |
|
| 3 |
.SH NAME |
| 4 |
qcpp \- One of the utilities which is invoked by \fIqcc\fP. |
| 5 |
|
| 6 |
.SH SYNOPSIS |
| 7 |
.PP |
| 8 |
qcpp [ \-hvV ] [ \-o \fIoutput.cpp\fP ] \fIsource\fP.mcd |
| 9 |
|
| 10 |
.SH DESCRIPTION |
| 11 |
.PP |
| 12 |
\fIqcpp\fP is a compiler for the mcd code which is generated by |
| 13 |
\fIQCAD\fP. |
| 14 |
.PP |
| 15 |
When you invoke \fIqcpp\fP with no option, it normally reads the input mcd |
| 16 |
code, parses and print the result of compilation on the standard output. |
| 17 |
|
| 18 |
.SH OPTIONS |
| 19 |
Option Details |
| 20 |
.TP |
| 21 |
\-h |
| 22 |
Print (on the standard output) a description of the command line options |
| 23 |
understood by qcpp. |
| 24 |
|
| 25 |
.TP |
| 26 |
\-v |
| 27 |
Print (on the standard error output) the details of the compilation, |
| 28 |
which include the input file, the output file and the running states. |
| 29 |
|
| 30 |
.TP |
| 31 |
\-V |
| 32 |
Print (on the standard output) the version of this software. |
| 33 |
|
| 34 |
.TP |
| 35 |
\-o \fIfile\fP |
| 36 |
Place output the result of the compilation in file \fIfile\fP. |
| 37 |
|
| 38 |
.SH BUGS |
| 39 |
For reporting bugs, please mail to |
| 40 |
<\fBjun@bopper.t.u-tokyo.ac.jp\fP> |
| 41 |
, or |
| 42 |
<\fBkaityo@acolyte.t.u-tokyo.ac.jp\fP> |
| 43 |
|
| 44 |
.SH SEE ALSO |
| 45 |
\fIqcpp\fP(1), \fIqcrun\fP(1), \fIQCAD\fP |
| 46 |
|
| 47 |
.SH AUTHOR |
| 48 |
This document is written by J. Yamazaki. |
| 49 |
|
| 50 |
.SH COPYRIGHT |
| 51 |
Copyright (c) 2002, 2003 QCAD project at the University of Tokyo, |
| 52 |
Department of Applied Physics. |
| 53 |
.PP |
| 54 |
Permission is granted to distribute this document only if you've not changed |
| 55 |
the contents of the package. |
| 56 |
I hope this software will be distributed and/or modified under the term of |
| 57 |
GNU Free Documentation License in the future, but not yet. |
| 58 |
Please keep it in mind. |
| 59 |
For more details, please see QCAD web site. |
| 60 |
.PP |
| 61 |
<http://acolyte.t.u-tokyo.ac.jp/~kaityo/qcad/> |