Search code examples
androidiphoneioswindows-phone-7code-reuse

universal programming language for android, iphone and windows phone


Hey I am going to write an algorithm for my android application.

Now the issue is Its a big algorithm and I might develop applications for iphone and windows phone also. So i wanted to reuse the code every where.

My question is that which language should i write the algo in to reuse the code.

I have done some research it seems android and iphone support C++ but i am confused with windows phone

Does windows phone support C++ language


Solution

  • sounds like C++ will come with WP Apollo.

    I would do in C++ and wait to see if there are C++ for WP soon enough.

    Otherwise, rewrite that code into C#, pretty quick I think.