I have an application written in Fortran 77 and need it to work in iPad.
Is it possible? I prefer not have to rewrite this code in objective C, since there's a lot of complex calculations and I'm afraid I'll have some precision problems. Also, I don't have time to rewrite it.
Use a Fortran to C translater, then you can compile the C code with Xcode for the iPad.