hi
i have some question about programing on iphone
what OS the iphone have ?
what the language for programing on iphone ?
what compiler i need ?
is there Visual-studio tool for this ? (i'am C# programmer ) ?
thank's in advance
hi
i have some question about programing on iphone
what OS the iphone have ?
what the language for programing on iphone ?
what compiler i need ?
is there Visual-studio tool for this ? (i'am C# programmer ) ?
thank's in advance
To program on the iphone you will need a newer mac with xcode. the language is objective-c. No, there is no visual studio extension for iphone programming.
monotouch ( http://monotouch.net/ ) can be used to developer for the iphone in C#, but it's not free.
more resources can be found at the developer website http://developer.apple.com/
4: Not (yet?) for Visual Studio, but you can use MonoTouch from Novell to create iPhone applications in C#. They will be compiled into native iPhone code. I think you won't even need a Mac for this.