Content deleted Content added
Reworded possibly biased citation wording. Small copy edits. |
No edit summary |
||
Line 16:
The following C++ features are available in Ch:
* Member
* Mixed code and declaration
* The this-> pointer
* Reference type and pass-by-reference
* Function-style type conversion
*
*
* Static member of class/struct/union
* Const member functions
Line 36:
* Classes inside member functions
* Nested functions with classes
*
Ch can interface with existing C/C++ libraries and call C/C++ functions from Ch script.<ref>{{cite journal | last = Wilson | first = Matthew | year = 2004 | title = Open-RJ and Ch | url = http://drdobbs.com/184401877?queryText=ChSDK | publisher = Dr. Dobb's Journal}}</ref>
Line 42:
<ref>{{cite journal|last1=Wang|first1=Li-rong | last2 = Bo | first2 = Yo|last3=Hagiwara | first3 = Ichiro | title = An agent based collaborative simplification of 3D mesh model | url = http://dl.acm.org/citation.cfm?id=1813032 | year=2009 | publisher = CDVE'09 Proceedings of the 6th international conference on cooperative design, visualization, and engineering }}</ref>
Ch has built-in 2D/3D graphical plotting features and computational [[array data type|array]]s for
|