Ch (computer programming): Difference between revisions

Content deleted Content added
mNo edit summary
added reference from Sriranga Veeraraghavan, author of the book ""Sams Teach Yourself Shell Programming in 24 Hours (2nd Edition)"
Line 20:
 
Ch can be embedded into the C/C++ application programs.
It has numerical computing and graphical plotting features. Ch is a combined C shell and IDE. <ref> {{cite journal | last = Veeraraghavan | first = Sriranga | year = 2013 | title = An introduction to Ch: Implementing a temperature converter in Ch | url = http://http://www.techworld.com.au/article/452524/an_introduction_ch_implementing_temperature_converter_ch/ | publisher = ComputerWorld}}</ref> Ch shell combines the features of MSDOS, Unix Shell and C language. <ref>[http://www.softintegration.com/docs/ch/shell/ Ch Shell]</ref> ChIDE provides quick [[code navigation]] and step-by-step debug features. It is based on embedded Ch, Scite and Scintilla.<ref>[http://www.softintegration.com/docs/ch/chide/ Ch IDE]</ref>
It has numerical computing and graphical plotting features. ChIDE
provides quick [[code navigation]] and step-by-step debug features.
It is based on embedded Ch, Scite and Scintilla.<ref>[http://www.softintegration.com/docs/ch/chide/ Ch IDE]</ref>
 
Ch can also be run as an interactive shell to execute C statements and scripts.