聚星亭

吾笨笨且懒散兮 急须改之而奋进
posts - 74, comments - 166, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

2010年4月15日

     摘要: 本文章将试着讲述一些好的习惯,它或许可以帮助你更快更容易的找出问题的解决方案(原文: This article will try to explain some good practices, that will help you get going faster and easier find the solution when a problem occurs.)。  阅读全文

posted @ 2010-04-15 23:42 besterChen 阅读(879) | 评论 (0)编辑 收藏

     摘要: AngelScript作为一个嵌入式的脚本库不支持独立运作(原文: Being an embedded scripting library there isn't much that AngelScript allows the scripts to do by themselves,), 因此,应用程序必须先注册一个接口让脚本与应用程序交互(原文:so the first thing the application must do is to register the interface that the script will have to interact with the application.)。该接口可以由函数、变量、甚至是一个完整的类组成(原文:The interface may consist of functions, variables, and even complete classes.)。  阅读全文

posted @ 2010-04-15 23:41 besterChen 阅读(1421) | 评论 (0)编辑 收藏