I’m aware that there are programable calculators but are there any calculator sized (prehaps bigger) devices that could compile C code?
I’m aware that there are programable calculators but are there any calculator sized (prehaps
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Almost anything that has a decent sized processor (32-bit) and an operating system that gcc supports can be made to compile C/C++ etc listed here. The tricky parts are:
I personally prefer to use a device to log into my desktop over the internet. As long as you can convince the machine to run
sshorputty(which should work on a lot of things – I can do it on my feeble Android phone – there are versions of Windows phone, iphone and Nokia/Symbian phones can do it too). Now you can compile code on your desktop machine from wherver you are…