Content deleted Content added
Citation bot (talk | contribs) m Alter: template type, title, pages. Add: series, year, isbn, chapter, chapter-url, doi, pages, issue, volume, journal. Removed parameters. Formatted dashes. You can use this bot yourself. Report bugs here. | User-activated. |
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(28 intermediate revisions by 19 users not shown) | |||
Line 1:
{{Infobox software
| name
| logo =
| screenshot =
| caption =
| author
| developer
| released
| latest release version = 8.0.0
| latest release date
| status
| programming language =
| operating system
| platform
| size
| language
| genre
| license
| website
}}
'''
CH has been integrated into [[free C-STEM Studio,]] a platform for learning computing, science, technology, engineering, and mathematics (C-STEM) with robotics. C-STEM Studio is developed by the UC Davis Center for Integrated Computing and STEM Education, offering a curriculum for K-12 students.
[http://www.newtonium.com/public_html/Products/RoboWorks/chrobotalk.htm ch robot]</ref><ref>
[http://www.finchrobot.com/software/ch ch finch]</ref><ref>[http://www.softintegration.com/company/press/ch_arm_raspberry_pi_released.htm ch raspberry and arm]{{Dead link|date=June 2019 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> It can also be embedded into the [[LabVIEW]] system
▲[http://www.softintegration.com/company/press/ch_arm_raspberry_pi_released.htm ch raspberry and arm]</ref>It can also be embedded into the [[LabVIEW]] system-design platform and development environment.<ref>{{Cite web|url=http://iel.ucdavis.edu/projects/chlabview/|title=Embedding a C/C++ Interpreter Ch into LabVIEW for Scripting|last=|first=|date=|website=|access-date=}}</ref>
== Features ==
C++ features available in
* [[Member
* Mixed code and declaration
* The ''[[this (computer programming)|this]]'' -> pointer
* [[Reference type (C++)|Reference type and pass-by-reference]]
* Function-style type conversion
* [[Classes in C++|Classes]]
* Private/public data and functions in classes. Ch is compatible with C++ in that by default, members of a class definition are assumed to be private until a 'public' declaration is given
* Static member of class/struct/union
Line 56 ⟶ 50:
* The new and delete operators
* Constructors and destructors
* [[Polymorphic
* The [[scope resolution operator
* The I/O functions cout, cerr, and cin with endl
* Arguments for [[variadic
* Classes inside member functions
* [[Nested
* Passing member function to argument of pointer-to-function type of functions
As a C/C++ interpreter,
== See also ==
Line 82 ⟶ 76:
== Further reading ==
* {{cite journal |last=Heller |first=Martin |year=2001 |title=The Ch Language Environment |url=http://www.byte.com/documents/s=1776/byt20011031s0002/1105_heller.html |publisher=[[Byte (magazine)|Byte]] |
*{{cite
* {{cite
* {{cite book |last= Cheng |first= Harry |year= 2009 |title= C For Engineers & Scientists, An Interpretive Approach |url= http://highered.mcgraw-hill.com/sites/0073376051/ |publisher= McGraw-Hill|isbn= 978-0-07-729046-7}}
* {{cite book |last= Cheng |first= Harry |year= 2011 |title= C For Engineers & Scientists
== External links ==
|