What type of script do they use to program stuff like TV’s?, can u use C++, what types of script do they use?, if not script, how do they program the chip that runs the program?
Tags: Like, navigation, Programming, systems, They, Tools, Tv's., Type
Powered by Yahoo! Answers
December 1st, 2009 at 7:42 am
C is commonly used for embedded systems — like Car Navigation systems. Generally most computer applications are databases or interpreters of one sort or another. This includes applications for programs such as car navigation systems and televisions. That’s why C or C++ is often the base for most of the apps which run on things you would not consider a computer — such as cars or car navigation systems, those computerized checkout lanes in the grocry store etc. While some scripting languages are used for these things, usually so much customization is involved it’s easier to just write it in C or C++ than to adapt it from off-the shelf components.