2005年9月23日

有没有在C/C++的项目里对Asyn函数调用提供PURE C/C++解决方案的! (不要直接用WINDOWS的內核对象的)
posted @ 2005-09-23 12:25 moonriver 阅读(304) | 评论 (1)编辑 收藏

在一个具体项目中想实现UNDO/REDO的功能, 操作的次数没有限制, 而且数据的类型比较复杂.  如有这方面有经验的高手, 可否谈谈你是如何实现的.

posted @ 2005-09-23 08:56 moonriver 阅读(562) | 评论 (5)编辑 收藏

2005年9月8日

我先来: 在CAE领域, 用C/C++写3D应用程序, 在WINDOWS上用VC, LIUNX/UNIX只用C++和VI.

posted @ 2005-09-08 10:40 moonriver 阅读(322) | 评论 (2)编辑 收藏

2005年9月7日

ZeroC project status

Zero C project provide another C-script platform for c/c++ developer, it includes compiler and virtual machine package.

Zero C compiler can parse the C-script file and compiler into ascii ASM file (a instruction set will be provided). VM (virutal machine) will read the ASM code and run program.

The current project have implemented most of features:

1) Data Type/basic C-language

Basic C-lanauage data types are implemented (bool, int, float, string, user-defined).

2) Function/Param pass-by-value/Param pass-by-reference

Two parameter-pass methods are implemented, pass-by-value and pass-by-reference.

3) Array

Dynamic-array is implemented (static array is not supported).

4) Communication between script and application

The host application can call the script function in standard protocol, as the same the, host application can provide the function, which can be called from Script scratch code.

5) standard library support.

The standard libary is very important to end-user, current Zero C provide some standard libraries (Math, STRING, IO). Some advance libray will be considered later. Maybe it will include XML, GUI.

Most of inspiration is from www.lua.org, Lua language provide the excellent mechanism and samples to clearify what and how to use script.

 

posted @ 2005-09-07 14:32 moonriver 阅读(489) | 评论 (2)编辑 收藏
仅列出标题  

统计