Interactive C

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
{{Expansion depth limit exceeded|{{Expansion depth limit exceeded| }}{{Expansion depth limit exceeded|{{Expansion depth limit exceeded| }}
Interactive C
{{{Expansion depth limit exceeded}}} | }}{{{Expansion depth limit exceeded}}}
{{{Expansion depth limit exceeded}}} | }}{{{Expansion depth limit exceeded}}}
Interactive C

Interactive C is a program which uses a modified version of ANSI C with several libraries and features that allow hobbyists to program small robotics platforms.

Interactive C by Newton Research Labs

Newton Research Labs developed Interactive C as a compilation environment for robots using the Motorola 6811 processor. The MIT LEGO Robot Design Contest (6.270) was the original purpose for the software [1]. It became popular, however, due to its ability to compile on the fly rather than taking time to compile beforehand as other languages had done. The programming environment's newest version is IC Version 8.0.2 which supports the following operating systems:

The screenshot to the right shows Interactive C running on a Windows computer. The program features an Interaction Window where one-line C commands can be sent to the connected controller as well as an editing window, here titled main.c, where a program file is being edited and can be sent to the attached controller.


Here is the basic "Hello World" example for IC programming: <source lang="c"> void main()

{
     printf("Hello World");
}

</source> Here is another example using motor ports 1 and 3: <source lang="c"> void main()

{
     motor(1,100);
     motor(3,100);
     sleep(2.0);
     ao();
}

</source> <source lang="c"> void main { while(1) { beep(); } }

</source>

a basic infinite loop that will beep for ever. Interactive C v3.2 is still used by The Ohio State University to program MIT Handy Boards in its Fundamentals of Engineering for Honors Program. [2]

Interactive C by KISS Institute for Practical Robotics

KISS Institute for Practical Robotics developed a third-party alternative to the Newton Labs version of Interactive C for their Botball Educational Robotics Program.

The latest version of Interactive C by KISS Institute for Practical Robotics is IC 8.0.2, which supports the following operating systems:

  • Windows 2000, XP, and Vista
  • Mac OS X 10.3, 10.4, and 10.5
  • Linux (with gcc 3.3)

IC8 supports the following robotics controllers:

External links

de:Interactive C

If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...