QUOTE(zandiago @ 8 Oct, 2007 - 10:56 AM)

Good day. I recently purchased a TI-84 calculator and realized that it has some programming commands as a c++ compiler would. Is it possible to load a c++ program on a ti-84 calculator?
Hmm... this is another reason I want to learn pure C now. I've never found anything that would let me mess around with my school-issued TI-83+ in C++. I think there's this one thing though, called the Small Devices C Compiler (SDCC) that provides some C ability on the processors.
The language the calculator uses is TI BASIC, which is really cool for a fun language. I programmed a proportion solver for my friend who finds proportions tedious.... input the number diagonally opposite from the x, then the number horizontal from that, then the last number you know.... and voila, there's x! TI BASIC is really cool to mess around with -- and it's great to impress people and (whatever level of education you're in) to create programs to "remember" things for you (My teachers eventually caught on and now they give me a different TI and take mine when I take tests

)
But back on subject... the SDCC... i've never tried it, but it might be worth taking a look at. Of course, you'd have to know pure c... i have to try and learn that too.