-
Archives
-
Meta
Tag Archives: constants
Objective-C Tutorial – Lesson 7: Part 2: Xcoding Constants
In this lesson we go into Xcode code Constants: const & #define. I also show you how to code a NSLog on two lines of code. Twitter – twitter.com FaceBook – www.facebook.com E-mail – macandcomputerhelp@gmail.com Objective-C Tutorial objective-c tutorial objective … Continue reading
Objective-C Tutorial – Lesson 7: Part 1: Constants
In this lesson I teach you about constants and how to implement them in programs. I also go over string literals. Twitter – twitter.com FaceBook – www.facebook.com E-mail – macandcomputerhelp@gmail.com Objective-C Tutorial objective-c tutorial objective c tutorial
What is the advantage of using constants in Objective-C, C, and C++?
What is the advantage of using constants in C-based languages (such as Objective-C)? If there is one.