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.
标签: implementation Extensions libraries standard
上传时间: 2013-12-14
上传用户:leehom61
多個uC/GUI在PC上模擬實例,绝对漂亮,有源码
上传时间: 2014-01-21
上传用户:181992417
一個於 Keil C51 工程的 uC/OS-II v2.51
上传时间: 2014-11-08
上传用户:三人用菜
万龙44b0-开发板在uC/os的移植
上传时间: 2013-12-26
上传用户:sjyy1001
uC/ GUI 是一款非常简洁的图形界面开发系统,但是它缺乏对中文汉字的支持,严重阻碍了在国内的使用。本文结合工程实践,着重讲述汉字在uC/ GUI 上的实现过程,汉字字库的创建方法及其相关程序代码。
上传时间: 2013-12-15
上传用户:181992417
uC/COS-II实时操作系统,源代码公开的RTOS,是学习RTOS的良好的教材
上传时间: 2014-12-02
上传用户:思琦琦
基于ARM和uC/OS-II实现的串口控制台,风格和CISCO的CLI相同。已可以使用,还在进一步优化。
上传时间: 2014-01-12
上传用户:hewenzhi
uC/OS-II下的CS8900网卡芯片驱动,附相应开发使用文档。
上传时间: 2013-12-23
上传用户:lizhizheng88
uC/OS-II下的LPC2378集成以太网控制器的驱动,附相应开发文档。
上传时间: 2015-12-28
上传用户:bibirnovis
一个uC/os下tcp/ip协议栈的完整源代码,对嵌入式协议开发很有参考作用!
上传时间: 2014-01-17
上传用户:shanml