文件名称:ucw-src129

  • 所属分类:
  • 编译器/词法分析
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 418kb
  • 下载次数:
  • 1次
  • 提 供 者:
  • l**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

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.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org