December 2013
Beginner
576 pages
16h 4m
English
Unfortunately, a program sometimes must rely on system-dependent parameters that need to be specified differently on different devices (for example, an iPhone versus an iPad) or on a particular version of the operating system (for example, Leopard versus Snow Leopard).
If you have a large program that has many such dependencies on the particular hardware or software of the computer system (you should minimize this as much as possible), you might end up with many values that would have to be changed to run in the other environment.
You can help reduce the problem of having to change these values and can incorporate into the program the values of these defines for each different machine by using ...
Read now
Unlock full access