Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.objective-c > #163 > unrolled thread
| Started by | badmullah@gmail.com |
|---|---|
| First post | 2015-04-02 03:05 -0700 |
| Last post | 2015-04-04 16:44 -0400 |
| Articles | 7 — 6 participants |
Back to article view | Back to comp.lang.objective-c
learning C objective badmullah@gmail.com - 2015-04-02 03:05 -0700
Re: learning C objective "Pascal J. Bourguignon" <pjb@informatimago.com> - 2015-04-02 20:34 +0200
Re: learning C objective pippo2@disney.com (Jack) - 2015-04-03 07:14 +0200
Re: learning C objective CTG <badmullah@gmail.com> - 2015-04-03 00:33 -0700
Re: learning C objective pippo2@disney.com (Jack) - 2015-04-03 11:26 +0200
Re: learning C objective Doc O'Leary <droleary@2usenet2014.subsume.com> - 2015-04-03 14:46 +0000
Re: learning C objective nospam <nospam@nospam.invalid> - 2015-04-04 16:44 -0400
| From | badmullah@gmail.com |
|---|---|
| Date | 2015-04-02 03:05 -0700 |
| Subject | learning C objective |
| Message-ID | <410a4c43-283e-4c37-bbfa-c41403e00678@googlegroups.com> |
Greetings I am an experienced C/C++/C# programmer trying to learn to develop under Mac Bought a mac box and want to learn to program for iOS (c objective). Those who have gone through the same path as me and can point me to tutorial sites , books , ... to make this journey enjoyable and with a great productivity ratio. Thanks very much.
[toc] | [next] | [standalone]
| From | "Pascal J. Bourguignon" <pjb@informatimago.com> |
|---|---|
| Date | 2015-04-02 20:34 +0200 |
| Message-ID | <87fv8iv0pi.fsf@kuiper.lan.informatimago.com> |
| In reply to | #163 |
badmullah@gmail.com writes: > Greetings > > I am an experienced C/C++/C# programmer trying to learn to develop under Mac > Bought a mac box and want to learn to program for iOS (c objective). > > Those who have gone through the same path as me and can point me to tutorial > sites , books , ... to make this journey enjoyable and with a great productivity ratio. developer.apple.com is full of good resources: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html -- __Pascal Bourguignon__ http://www.informatimago.com/ “The factory of the future will have only two employees, a man and a dog. The man will be there to feed the dog. The dog will be there to keep the man from touching the equipment.” -- Carl Bass CEO Autodesk
[toc] | [prev] | [next] | [standalone]
| From | pippo2@disney.com (Jack) |
|---|---|
| Date | 2015-04-03 07:14 +0200 |
| Message-ID | <1m2ak0n.1eujzyx1sxsoe2N%pippo2@disney.com> |
| In reply to | #163 |
<badmullah@gmail.com> wrote: > Greetings > > I am an experienced C/C++/C# programmer trying to learn to develop under Mac > Bought a mac box and want to learn to program for iOS (c objective). then is probably a good idea to learn swift instead of obj-c. You can follow the lessonsfor iOS from stanford university, you'll find them on iTunesU. Bye Jack -- Yoda of Borg am I! Assimilated shall you be! Futile resistance is, hmm?
[toc] | [prev] | [next] | [standalone]
| From | CTG <badmullah@gmail.com> |
|---|---|
| Date | 2015-04-03 00:33 -0700 |
| Message-ID | <7282c9a8-d63a-4865-85a3-97406bedf903@googlegroups.com> |
| In reply to | #165 |
On Friday, April 3, 2015 at 4:14:13 PM UTC+11, Jack wrote: > <badmullah@gmail.com> wrote: > > > Greetings > > > > I am an experienced C/C++/C# programmer trying to learn to develop under Mac > > Bought a mac box and want to learn to program for iOS (c objective). > > then is probably a good idea to learn swift instead of obj-c. > > You can follow the lessonsfor iOS from stanford university, you'll find > them on iTunesU. > > Bye Jack > -- > Yoda of Borg am I! Assimilated shall you be! Futile resistance is, hmm? hi Jack Hi Jack Can you tell me why you prefer swift ? are you saying that I can use swift on iPhones to write as well ? Cheers
[toc] | [prev] | [next] | [standalone]
| From | pippo2@disney.com (Jack) |
|---|---|
| Date | 2015-04-03 11:26 +0200 |
| Message-ID | <1m2avmr.1u68f2p1ml7hhmN%pippo2@disney.com> |
| In reply to | #166 |
CTG <badmullah@gmail.com> wrote: > Hi Jack Can you tell me why you prefer swift ? are you saying that I can > use swift on iPhones to write as well ? still haven't tried swift :P But it seems to be the preferred language by apple to write apps (ios or osx...) so knowing apple they will probably drop obj-c in a couple of years... bye jack -- Yoda of Borg am I! Assimilated shall you be! Futile resistance is, hmm?
[toc] | [prev] | [next] | [standalone]
| From | Doc O'Leary <droleary@2usenet2014.subsume.com> |
|---|---|
| Date | 2015-04-03 14:46 +0000 |
| Message-ID | <mfm944$fur$1@dont-email.me> |
| In reply to | #167 |
For your reference, records indicate that pippo2@disney.com (Jack) wrote: > still haven't tried swift :P > But it seems to be the preferred language by apple to write apps (ios or > osx...) so knowing apple they will probably drop obj-c in a couple of > years... Knowing technology, they probably won’t. And I’ll believe that Swift is “preferred” the day I see TextEdit converted. -- "Also . . . I can kill you with my brain." River Tam, Trash, Firefly
[toc] | [prev] | [next] | [standalone]
| From | nospam <nospam@nospam.invalid> |
|---|---|
| Date | 2015-04-04 16:44 -0400 |
| Message-ID | <040420151644271210%nospam@nospam.invalid> |
| In reply to | #166 |
In article <7282c9a8-d63a-4865-85a3-97406bedf903@googlegroups.com>, CTG <badmullah@gmail.com> wrote: > > > I am an experienced C/C++/C# programmer trying to learn to develop under > > > Mac > > > Bought a mac box and want to learn to program for iOS (c objective). > > > > then is probably a good idea to learn swift instead of obj-c. > > > > You can follow the lessonsfor iOS from stanford university, you'll find > > them on iTunesU. > > Can you tell me why you prefer swift ? are you saying that I can use swift on iPhones to write as well ? if you're coming from a c++ background, you'll like swift far better than objective-c. the stanford ios course is excellent and the most recent version is swift. if you do decide to go objective-c then last year's version is still available. a familiarity with objective-c will help since there's a lot of example code out there in objective-c and there's some esoteric stuff that won't work in swift, at least not yet.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.objective-c
csiph-web