mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
Real README
This commit is contained in:
parent
8f1984954d
commit
dfa4a3e50c
1 changed files with 5 additions and 10 deletions
15
README
15
README
|
@ -10,17 +10,12 @@ Following objects are managed: scalars , symbols, strings, programs.
|
|||
TBD: C99 long double floating point data type (128 ? 80 bits ?)
|
||||
is used for scalars.
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
========================================================================
|
||||
Other standard files:
|
||||
README
|
||||
TODO
|
||||
|
||||
StdAfx.h, StdAfx.cpp
|
||||
These files are used to build a precompiled header (PCH) file
|
||||
named rpn.pch and a precompiled types file named StdAfx.obj.
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
========================================================================
|
||||
Other notes:
|
||||
|
||||
AppWizard uses "TODO:" comments to indicate parts of the source code you
|
||||
should add to or customize.
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
========================================================================
|
||||
|
|
Loading…
Reference in a new issue