Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: C Programming Beginners Questions

  1. #11
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: C Programming Beginners Questions

    Well over the past few months I have been reading a lot about C++. In every introduction of each book I have read, it says that programmers recommend learning C++ if thats what they want and just skip C. As Winged said, that is the reason why. Bad habits and the only time you would jump into learning C is if you wish to work with hardware directly.

    As for learning Objective-C for iPhone development, I was originally going to do that and I started to learn Cocoa. To me, at that time, Objective-C was a breeze and the only programming knowledge I had was PHP. I noticed the two languages are very different besides the basics. So it was easy but then I had some issues in real life so I stopped. I soon returned, just last week, to programming and now learning C++ just for fun then Objective-C.

    If you want to do iPhone development, go straight to Objective-C. I have a VERY good book on it, I will find the name for you when I get home.
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    outsid3r's Avatar
    outsid3r is offline Programming God
    Join Date
    Jul 2008
    Posts
    621
    Rep Power
    18

    Re: C Programming Beginners Questions

    In my opinion it's ESSENTIAL to know C, then you can learn whatever you want... and it seems that i don't like objective-c to much... if C++ in the past was called "C with classes", then objective-c should be called "C almost with classes".

  4. #13
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: C Programming Beginners Questions

    You don't need to know C to learn all the other languages, programming in C you can pick up bad habits. When you go to transfer those skills over to other C-based languages, it can be hard to get rid of those habits.

    If you want to connect with hardware directly, C would be the way to go and learn that.

    Objective-C is actually a programming language for OS X so it should be, in what you say, "C almost with classes for OS X". Why do you say "almost with classes"....

    My opinion and that is yours, I respect yours
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 09-24-2011, 12:03 AM
  2. Programming Questions
    By brownhead in forum C and C++
    Replies: 2
    Last Post: 02-12-2011, 07:09 AM
  3. Programming Projects for Beginners
    By ahmed in forum C and C++
    Replies: 4
    Last Post: 01-03-2009, 10:35 PM
  4. Programming Language for Beginners
    By SBN in forum General Programming
    Replies: 10
    Last Post: 12-11-2007, 10:40 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts