c/c++ compiler for ARM

psycho

Member
Joined
Jul 12, 2003
Messages
12
Location
Romania
Hi, I need to code while Im travelling. Please tell me if you know any free c/c++ compiler or anything usefull to write code on it.

Thank you.
 
If i were you id write a small syntax checking program.
I write code in notepad on the road sometimes and come home with many syntax errors. Obviosly a compiler is the best solution but at least this way you can make sure your code isnt complete crap when you get home to paste it.
Of course making it read all c syntax is gonna be pretty difficult but you can make it as basic as you want...
ie. make sure procedures have {} and semicolons on the end of lines would be a good start.

This wont solve all of your issues but it can take some stress out of your life; like when you go to paste what youve written and spend 20 min looking for that missing closing bracket

hope that helps
brandon
 
A syntax checking its more than nothing. I hope there is any c/c++ compiler for Pocket PC.
I still try to find.
Thank you for your sugestions.
 
Back
Top