Download List

프로젝트 설명

clipsmm is a C++ library that provides an interface to the CLIPS library. CLIPS provides a C environment for the construction of rule- and/or object-based expert systems used by NASA, branches of the military, numerous federal bureaus, government contractors, universities, and many companies. Several areas in which clipsmm extends the CLIPS interface are templated function callbacks using sigc++ slots, and encapsulated CLIPS execution environments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-07-29 22:14 Back to release list
0.0.4

이 릴리스에는 그것이 쉽게 다른 플랫폼에서 페도라 코어 5, clipsmm 빌드는 아마 지금도 윈도우를 포함해야 몇 가지 변경했습니다. 환경 교실에서, () assert_fact로 변경되었습니다 ()는 몇 가지 컴파일러에 문제가있다 매크로, 주장에 대한 스테핑을 피하기 위해 요구할 수있습니다. 또한, tr1 스마트 포인터의 지원을위한 요구 사항을 편안하게하고있다, 그리고 만약 그들이되지 않습니다 발견, autoconf를 스마트 포인터 부스트를 찾을 것입니다. 또한, 모든 clips.h 포함에 싸여왔다 통근는 "C".
Tags: Code cleanup
This release has a few changes that should make it
easier to build clipsmm on platforms other Fedora
Core 5, and perhaps even now including Windows. In
the Environment class, assert() has been changed
to assert_fact() to avoid stepping on the assert
macro, which is problematic in some compilers.
Also, the requirement for support of tr1 smart
pointers has been relaxed, and if they aren't
found, autoconf will look for boost smart
pointers. Additionally, all the clips.h includes
have been wrapped in extern "C".

Project Resources