文件名称:ucw-src129
介绍说明--下载内容均来自于网络,请自行研究使用
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc.
* Expands the text in expr using the UnderC preprocessor, putting the result
into buff.
void uc_macro_subst(const char* expr, char* buff, int buffsize)
* Executes a UC #-command, like #l or #help.
uc_cmd() expects the name of the command, _without_ the hash,
e.g. uc_cmd("l fred.cpp") or uc_cmd("help").
void uc_cmd(const char* cmd)
* Evaluates any C++ expression or statement will return non-zero if
unsuccessful.
-UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc.
* Expands the text in expr using the UnderC preprocessor, putting the result
into buff.
void uc_macro_subst(const char* expr, char* buff, int buffsize)
* Executes a UC#-command, like#l or#help.
uc_cmd() expects the name of the command, _without_ the hash,
e.g. uc_cmd("l fred.cpp") or uc_cmd("help").
void uc_cmd(const char* cmd)
* Evaluates any C++ expression or statement will return non-zero if
unsuccessful.
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc.
* Expands the text in expr using the UnderC preprocessor, putting the result
into buff.
void uc_macro_subst(const char* expr, char* buff, int buffsize)
* Executes a UC #-command, like #l or #help.
uc_cmd() expects the name of the command, _without_ the hash,
e.g. uc_cmd("l fred.cpp") or uc_cmd("help").
void uc_cmd(const char* cmd)
* Evaluates any C++ expression or statement will return non-zero if
unsuccessful.
-UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc.
* Expands the text in expr using the UnderC preprocessor, putting the result
into buff.
void uc_macro_subst(const char* expr, char* buff, int buffsize)
* Executes a UC#-command, like#l or#help.
uc_cmd() expects the name of the command, _without_ the hash,
e.g. uc_cmd("l fred.cpp") or uc_cmd("help").
void uc_cmd(const char* cmd)
* Evaluates any C++ expression or statement will return non-zero if
unsuccessful.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ucw
...\cmd-help.txt
...\help.txt
...\import-examples
...\...............\export.h
...\...............\import1.cpp
...\...............\import1.h
...\...............\import2.cpp
...\...............\import2.h
...\...............\import3.cpp
...\...............\import4.cpp
...\...............\import5.cpp
...\...............\import5.h
...\...............\importing-c++-classes.txt
...\...............\mstring.cpp
...\...............\mstring.h
...\...............\ucstub.cpp
...\include
...\.......\algorithm
...\.......\assert.h
...\.......\cctype
...\.......\classlib.h
...\.......\cmath
...\.......\cstdio
...\.......\cstdlib
...\.......\cstring
...\.......\ctype.h
...\.......\defs.h
...\.......\direct.h
...\.......\foreach2.h
...\.......\for_each.h
...\.......\fstream
...\.......\fstream.h
...\.......\glib.h
...\.......\io.h
...\.......\iostream
...\.......\iostream.h
...\.......\list
...\.......\list.new
...\.......\listx
...\.......\malloc.h
...\.......\map
...\.......\math.h
...\.......\old-string
...\.......\regexp.h
...\.......\rx++.h
...\.......\self.imp
...\.......\sstream
...\.......\stdarg.h
...\.......\stddef.h
...\.......\stdio.h
...\.......\stdlib.h
...\.......\string
...\.......\string.h
...\.......\strstrea.h
...\.......\strstream.h
...\.......\time.h
...\.......\turtle.h
...\.......\UC
...\.......\..\DIR.H
...\.......\ucri
...\.......\....\persist.h
...\.......\....\profile.h
...\.......\....\refs.h
...\.......\....\trace.h
...\.......\....\utils.h
...\.......\ucri.h
...\.......\uc_except.h
...\.......\uc_save.h
...\.......\uc_timer.h
...\.......\vector
...\.......\windows.h
...\.......\wininet.h
...\.......\winuser.h
...\.......\xgdk
...\.......\....\gdk.h
...\.......\_end_shared.h
...\.......\_shared_lib.h
...\lib
...\...\string_imp.cpp
...\...\string_imp.dll
...\...\string_imp.h
...\library.txt
...\LICENCE
...\release129.txt
...\src
...\...\bbison.bat
...\...\bonzo.h
...\...\breakpoints.cpp
...\...\breakpoints.h
...\...\class.cpp
...\...\class.h
...\...\classlib.h
...\...\code.cpp
...\...\code.h
...\...\common.cpp
...\...\common.h
...\...\config.h
...\...\directcall.cpp
...\...\directcall.h
...\cmd-help.txt
...\help.txt
...\import-examples
...\...............\export.h
...\...............\import1.cpp
...\...............\import1.h
...\...............\import2.cpp
...\...............\import2.h
...\...............\import3.cpp
...\...............\import4.cpp
...\...............\import5.cpp
...\...............\import5.h
...\...............\importing-c++-classes.txt
...\...............\mstring.cpp
...\...............\mstring.h
...\...............\ucstub.cpp
...\include
...\.......\algorithm
...\.......\assert.h
...\.......\cctype
...\.......\classlib.h
...\.......\cmath
...\.......\cstdio
...\.......\cstdlib
...\.......\cstring
...\.......\ctype.h
...\.......\defs.h
...\.......\direct.h
...\.......\foreach2.h
...\.......\for_each.h
...\.......\fstream
...\.......\fstream.h
...\.......\glib.h
...\.......\io.h
...\.......\iostream
...\.......\iostream.h
...\.......\list
...\.......\list.new
...\.......\listx
...\.......\malloc.h
...\.......\map
...\.......\math.h
...\.......\old-string
...\.......\regexp.h
...\.......\rx++.h
...\.......\self.imp
...\.......\sstream
...\.......\stdarg.h
...\.......\stddef.h
...\.......\stdio.h
...\.......\stdlib.h
...\.......\string
...\.......\string.h
...\.......\strstrea.h
...\.......\strstream.h
...\.......\time.h
...\.......\turtle.h
...\.......\UC
...\.......\..\DIR.H
...\.......\ucri
...\.......\....\persist.h
...\.......\....\profile.h
...\.......\....\refs.h
...\.......\....\trace.h
...\.......\....\utils.h
...\.......\ucri.h
...\.......\uc_except.h
...\.......\uc_save.h
...\.......\uc_timer.h
...\.......\vector
...\.......\windows.h
...\.......\wininet.h
...\.......\winuser.h
...\.......\xgdk
...\.......\....\gdk.h
...\.......\_end_shared.h
...\.......\_shared_lib.h
...\lib
...\...\string_imp.cpp
...\...\string_imp.dll
...\...\string_imp.h
...\library.txt
...\LICENCE
...\release129.txt
...\src
...\...\bbison.bat
...\...\bonzo.h
...\...\breakpoints.cpp
...\...\breakpoints.h
...\...\class.cpp
...\...\class.h
...\...\classlib.h
...\...\code.cpp
...\...\code.h
...\...\common.cpp
...\...\common.h
...\...\config.h
...\...\directcall.cpp
...\...\directcall.h