RosettaCodeData/Lang/OpenC++/00DESCRIPTION
2013-04-11 12:07:39 -07:00

11 lines
No EOL
594 B
Text

{{stub}}
{{language|OpenC++
|site=http://opencxx.sourceforge.net/
}}
OpenC++ is a version of [[C++]] with a Metaobject Protocol. In other words, it is a tool of source-code translation for [[C++]]. Programmers can easily implement various kinds of translation so that they can define new syntax, new annotation, and new object behavior.
==See Also==
*[http://www.csg.is.titech.ac.jp/~chiba/openc++.html Chiba's OpenC++ Page]
*[[wp:OpenC%2B%2B|Wikipedia: OpenC++]]
*[http://www.codeproject.com/KB/library/opencxx.aspx OpenC++ - A C++ Metacompiler and Introspection Library at The Code Project]