下载中心
UC Library ExtensionsUnderC comes with a pocket implementation of the standard C++ libraries, whzip
1星 发布者: hellopinkgirls

2014-03-05 | 1积分 | 418.38KB |  0 次下载

下载 收藏 评论

文档简介
标签: library

library

comes

comes

with

with

the

the

standard

standard

ECU

ECU

汽车电子

汽车电子

UC Library ExtensionsUnderC 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 LibraryBuiltin 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 resultinto 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 ifunsuccessful.

评论
相关视频
  • 控制系统仿真与CAD

  • PLC功能指令应用详解

  • 微波毫米波电路分析与设计

  • Android车载系统框架

  • 天线原理与基本参数

  • 嵌入式电机驱动 SoC NSUC1610 的座椅通风应用解说

推荐帖子
精选电路图
  • 家用电源无载自动断电装置的设计与制作

  • PIC单片机控制的遥控防盗报警器电路

  • 短波AM发射器电路设计图

  • 开关电源的基本组成及工作原理

  • 用NE555制作定时器

  • 基于TDA2003的简单低功耗汽车立体声放大器电路

×