What language are DVR and cablebox interfaces/menus coded in?

Arkitech

Diamond Member
Apr 13, 2000
8,356
4
76
I'm not a programmer but sometimes I wonder what language is used to code the menu's on cableboxes and dvrs. Do they use some kind of a database to store channel and time scheduling info? Also how complex is the frontend for these programs? I would imagine its something easily coded since the menu system is primarily a series of different sized boxes?. Kind of a geeky question I know but I'm just curious.
 

ultimatebob

Lifer
Jul 1, 2001
25,134
2,450
126
I would hope that it was coded in assembler in order to improve performance, although parts of it are probably written in C.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: ultimatebob
I would hope that it was coded in assembler in order to improve performance, although parts of it are probably written in C.

lol
 

Drekce

Golden Member
Sep 29, 2000
1,398
0
76
You should probably have asked this in the software forum. You got mostly a bunch of non answers. I would guess that if the box is running Linux as its OS the DVR program is written in C++. You never know though. None of them appear to use standard Linux graphical user interface libraries, and none use Swing (which would be obvious for Java).