Category:OpenC++: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Created language observed in User:EdK.)
 
(Added content)
 
Line 1: Line 1:
{{language}}{{stub}}
{{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]

Latest revision as of 20:31, 18 May 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
OpenC++
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using OpenC++.

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

Subcategories

This category has the following 3 subcategories, out of 3 total.