Society of Robots - Robot Forum

General Misc => Misc => Topic started by: nadogggg on January 03, 2009, 02:53:18 PM

Title: Wat is the Difference in C and C interactive?
Post by: nadogggg on January 03, 2009, 02:53:18 PM
What is the difference between C and C interactive???
Title: Re: Wat is the Difference in C and C interactive?
Post by: hgordon on January 03, 2009, 05:14:45 PM
C is a language which is normally compiled.  "Interactive C" is an implementation of C using an interpreter, not compiler.   More info here -
    http://en.wikipedia.org/wiki/Interactive_C
Title: Re: Wat is the Difference in C and C interactive?
Post by: Razor Concepts on January 03, 2009, 07:42:58 PM
Interactive C works great for the controllers they support. It's really easy to learn because the user manual tells you what methods you can use and how to use them, etc.