Sunday, April 24, 2011

Lesson 10 Source Code

List of videos Lesson 10 Video
To get the full benefit of the lesson, watch the video Lesson 10: The bool (Boolean) type NOTE: for a fast copy, follow these steps in order:
  1. Click anywhere in a text box below (result will be a blinking vertical line in the text box)
  2. Hit ctrl + A on the key board (the "ctrl + A" means hit Ctrl and A at the same time) (The result should be that all the text inside the text box lights up in blue)
  3. Hit Ctrl + C (Nothing significantly happens that is visible) and now its copied to the clipboard and your ready to paste it anywhere you wish

small char programs
Boolean types can hold either true or false If the value is set a number that is not equal to 0 the boolean value will be set to true If the value is set to 0, the boolean value will be considered false.

No comments:

Post a Comment