Difference between Windows and Mac programming?

Started by
2 comments, last by Zeraan 21 years, 8 months ago
I''m programming in Windows, but I''m curious as how people program in Macs? In Windows, I do the main like this int WINAPI WinMain(...) But what about Mac? I doubt it looks like this int WINMAC MacMain(...). I''m just curious... You know your game is in trouble when your AI says, in a calm, soothing voice, "I''m afraid I can''t let you do that, Dave"
Advertisement
I was also curious about Mac programming in the past... But then I thought: "What do I care, I don''t even have a mac".
If you really want to learn about programming for the Mac, goto Apple''s developer''s section. A lot more useful than the MSDN IMHO


Goblineye Entertainment
The road to success is always under construction
Goblineye EntertainmentThe road to success is always under construction
There is a difference between intel and motorla processors.
the intel processors (and their brothers) use either real or protected mode.. and the mac breed of cpu''s have a flat memory access system.

also I think the low/high byte order is reversed.

The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.

?Have a nice day!?

quote:Original post by GoofProg
also I think the low/high byte order is reversed.


Big-Endian vs Little Endian. Google for it.



- CheeseMonger
- CheeseMonger

This topic is closed to new replies.

Advertisement