Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


C, C++, and Obj-C - Powerful Programming Languages filter_list
Author
Message
C, C++, and Obj-C - Powerful Programming Languages #1
Greetings, Sinisterly hackers,

When it comes to programming languages, C, C++, and Obj-C are some of the most powerful around. These languages are used extensively in systems programming, gaming, and more. But, What are the unique features of these languages and how can they be applied in practical development?

Let's explore - what sets C, C++, and Obj-C apart, and what are some tools and libraries that are commonly used with these languages? What projects have you worked on or seen implemented with these languages, and what are some of the challenges involved? Share your experiences and knowledge with the Sinisterly community, and let's learn together!

Reply

RE: C, C++, and Obj-C - Powerful Programming Languages #2
С - is de facto just syntax sugar over Assembler.

Then in dev world arrived conception of Object Programming, that's how arrived C++ (plus-plus means "objects") and Obj-C (Obj also means "objects"). But both languages are far different. C++ became syntax sugar over C (and that's why everyone hate it), while Obj-C is marriage of Smalltalk with C. They use different conceptions and literally represent two different world.
Obj-C de facto used only on Mac platform. But what is cool, in Obj-C projects you at same time and code can use even C++, so it looks like Obj-C++. Really monster Smile

Reply

RE: C, C++, and Obj-C - Powerful Programming Languages #3
pointer addresses and memory leaks r the best challenges one can take on c/c++, they will open lots of low level doors for you

Reply







Users browsing this thread: 1 Guest(s)