Author Topic: What is "Objective"-C?  (Read 843 times)

0 Members and 1 Guest are viewing this topic.

Offline RLondon

  • Randy London
  • Charter Member
  • Full Member
  • *
  • Posts: 167
  • Field: -
  • Real Name: Randy P. L. London
  • Favorite OS: Windows
  • Programming Language: -
What is "Objective"-C?
« on: February 09, 2009, 12:56:09 PM »
I noticed we have a small subsection here for Objective-C, what's the difference between the two (C and Objective-C)?

(I'm guessing it has something to do with OOP?) :-\

 :)

Offline KYA

  • Charter Member
  • Full Member
  • *
  • Posts: 596
  • #include <nerd.h>
  • Field: Software Development
  • Real Name: Knowles Atchison, Jr.
  • Favorite OS: Windows
  • Programming Language: C++
Re: What is "Objective"-C?
« Reply #1 on: February 10, 2009, 02:23:27 PM »
Objective C

It's mainly used on Mac platforms. It has OOP and (from my view) a very different syntax then tradition C or even C++.

Offline RLondon

  • Randy London
  • Charter Member
  • Full Member
  • *
  • Posts: 167
  • Field: -
  • Real Name: Randy P. L. London
  • Favorite OS: Windows
  • Programming Language: -
Re: What is "Objective"-C?
« Reply #2 on: February 11, 2009, 03:34:53 AM »
ok, thanks!