jApka Posted March 3, 2008 Share Posted March 3, 2008 Hello ! I have some c++ knowledge and I want to write simple iPhone 3rd party application but I dont know how ?? -Can I write in MS C++ -How can I export this program to work on iphone -How should I made installer.app package Please help me, and if you can attach some simple program code for iphone. Thanks Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/ Share on other sites More sharing options...
Synaesthesia Posted March 3, 2008 Share Posted March 3, 2008 You need to learn Cocoa, objective-c, and how to program in Xcode. Currently the iPhone API hasn't been released. Right now programming for is quite tough, it's like Mac Programming but without any documentation or even nib files! Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-653023 Share on other sites More sharing options...
jApka Posted March 3, 2008 Author Share Posted March 3, 2008 I have xcode but i`m not 100% how to use it :s Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-653079 Share on other sites More sharing options...
stroke Posted March 4, 2008 Share Posted March 4, 2008 How to install the toolchain (needed) Xcode template (required for making projects in Xcode and Installation instructions for template General iPhone programming information User-made UIKit documentation Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-653248 Share on other sites More sharing options...
KenK2 Posted March 13, 2008 Share Posted March 13, 2008 Thanks for the links Stroke.. Hey I see you posted them with the iphone-dev community.. Has Fred been around lately?? Is he still with Z and the team? Fred and I go waaay back, if he is still there, I will head over and say hi.. Sorry for OT.. Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-665359 Share on other sites More sharing options...
Ongeloof Posted March 13, 2008 Share Posted March 13, 2008 Nice job Stoke Think Mark Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-665627 Share on other sites More sharing options...
macprogrammer Posted March 21, 2008 Share Posted March 21, 2008 Does anyone have a good tutorial for the SDK? I heard about iPhoneDevCentral.org, but it hasn't been opened up yet. Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-676716 Share on other sites More sharing options...
stroke Posted March 22, 2008 Share Posted March 22, 2008 I can make one, if you want. It's basically the same as regular Mac programming, sans interface builder (eg, you need to programmatically allocate and place controls). Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-677362 Share on other sites More sharing options...
Ongeloof Posted March 22, 2008 Share Posted March 22, 2008 Could you make me a tutorial too. I am an iPhone dev... according to an email i got off Apple Yesterday Think Mark Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-677736 Share on other sites More sharing options...
macprogrammer Posted March 22, 2008 Share Posted March 22, 2008 I can make one, if you want. It's basically the same as regular Mac programming, sans interface builder (eg, you need to programmatically allocate and place controls). That would be great. I mean, honestly, I can make Cocoa programs, but not at all without IB. Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-677862 Share on other sites More sharing options...
IphoneGuy Posted March 23, 2008 Share Posted March 23, 2008 Hey, Try this tutorial I made awhile back...It is a basic "Hello World" application, however it teaches a lot about syntax, and proper format. http://www.iphonedevcentral.org/iphonetuto...lloWorldApp.zip Enjoy Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-678584 Share on other sites More sharing options...
(MoC) Posted March 23, 2008 Share Posted March 23, 2008 I can make one, if you want. It's basically the same as regular Mac programming, sans interface builder (eg, you need to programmatically allocate and place controls). I'd like to see that. Go stroke! Link to comment https://www.insanelymac.com/forum/topic/91535-iphone-programing/#findComment-679007 Share on other sites More sharing options...
Recommended Posts