Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
This series of Podcasts formed part of the Unit HIT1301 at Swinburne University of Technology.... more
FAQs about Learn Programming with SwinGame:How many episodes does Learn Programming with SwinGame have?The podcast currently has 27 episodes available.
March 26, 2010LP16: Arrays (Learn Programming with SwinGame)This podcast examines using Arrays in Pascal to store and manipulate lists of values....more8minPlay
March 11, 2010LP15: Branching with the case statement (Learn Programming with SwinGame)Use the case statement to jump to a branch with a matching value, and see a simple use of this in SwinGame....more4minPlay
March 10, 2010LP14: Looping with while (Learn Programming with SwinGame)Repeat code 0 or more times with the While Statement in Pascal, then see how this can be used to schedule sound effects....more3minPlay
March 09, 2010LP13: Branching with the if statement (Learn Programming with SwinGame)See how to branch code with the if statement in Pascal and how this can be used in the game loop to handle user input....more5minPlay
March 08, 2010LP12: Grouping code with the compound statement (Learn Programming with SwinGame)Learn about the use of the compound statement in grouping code within your programs....more3minPlay
March 07, 2010LP11: Repeat statement (Learn Programming with SwinGame)Learn how to repeat steps 1 or more times using the Repeat Statement in Pascal, and how this can be used to create a game loop....more4minPlay
March 06, 2010LP10: Managing code with units (Learn Programming with SwinGame)A program may consist of many functions and procedures. To help you manage your code, Pascal code can be divided across units. This podcast shows you how to create and use units....more4minPlay
March 05, 2010LP9: Pass by reference with out parameters (Learn Programming with SwinGame)The var modifier in Pascal allows parameters to be passed by reference as in/out parameters. This podcast looks at the use of out parameters to return values from procedures....more4minPlay
March 04, 2010LP8: Pass by reference with var parameters (Learn Programming with SwinGame)Values can be passed to functions and procedures using parameters. This podcast looks at passing parameters by reference using the var modifier to create in/out parameters....more3minPlay
March 02, 2010LP7: Create your own functions (Learn Programming with SwinGame)Having created your own procedures, the next step is to create functions. In this podcast you will see how to create and use your own functions....more5minPlay
FAQs about Learn Programming with SwinGame:How many episodes does Learn Programming with SwinGame have?The podcast currently has 27 episodes available.