top of page
FAQ: Programming Resources
Programming Resources
A free pdf file with the first seven sections of the textbook Learning Programming with Ch for the Absolute Beginner is available here.(https://c-stem.ucdavis.edu/wp-content/uploads/Textbooks/learnch.pdf) An online introduction to Ch from SoftIntegration, the company that develops it, is available here.(http://www.softintegration.com/docs/ch/) They also have a Ch User’s Guidehere, (http://www.softintegration.com/download/software/release/docs/chguide.pdf)and a ChIDE User’s Guide for the Ch Integrated Development Environment, used to write and debug programs, is available here.(http://www.softintegration.com/download/software/release/docs/chide.pdf)
SoftIntegration, the company that develops Ch, has a Windows FAQ page here.(http://www.softintegration.com/support/faq/windows.html)
SoftIntegration, the company that develops Ch, has a Mac FAQ page here.(http://www.softintegration.com/support/faq/unix.html)
A free pdf file for the textbook Learning Programming with Linkbot for the Absolute Beginner is available here.(https://c-stem.ucdavis.edu/wp-content/uploads/Textbooks/chlinkbot.pdf)
The first seven sections of the textbook Learning Physical Computing with Arduino for the Absolute Beginner are available as a free pdf file here.(https://c-stem.ucdavis.edu/wp-content/uploads/Textbooks/LearnArduino.pdf)
The first seven sections of the textbook Learning Physical Computing with Raspberry Pi for the Absolute Beginner are available as a free pdf file here.(https://c-stem.ucdavis.edu/wp-content/uploads/Textbooks/LearnPi.pdf)
Check out our Teaching and Learning Resources page.(javascript:void(0))
If the messages are referencing specific errors in your Ch code, check out the Ch guides and documentation available at www.softintegration.com/docs/.(http://www.softintegration.com/docs/)
If the messages refer to general errors with running Ch (for example, “Error: Cannot view ChIDE session”), the simplest fix is to reinstall C-STEM Studio, which contains the Ch software. FAQs on installing C-STEM Studio may be found here.(https://c-stem.ucdavis.edu/faq/software-installation/) Alternatively, check out the Ch installation FAQ page (http://www.softintegration.com/support/faq/installconfig.html)and/or the Ch Installation and System Administration Guide.(http://www.softintegration.com/download/software/release/docs/chinstall.pdf)
bottom of page