Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
A collection of programming tutorials developed by Andrew Cain, Jake Renzella, Reuben Wilson, and Cliff Warren. Video and audio versions are available for download from https://commons.swinburne.edu.a... more
FAQs about Swinburne CodeCasts - Programming tutorials:How many episodes does Swinburne CodeCasts - Programming tutorials have?The podcast currently has 115 episodes available.
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
March 01, 2010LP6: Declaring local variables (Learn Programming with SwinGame)Once you have created your own procedures you can declare variables that are available for use within the procedure. These are called local variables....more3minPlay
February 28, 2010LP5: Create your own procedures (Learn Programming with SwinGame)This podcast moves on from using procedures that are provided for you to you creating and using your own procedures....more5minPlay
FAQs about Swinburne CodeCasts - Programming tutorials:How many episodes does Swinburne CodeCasts - Programming tutorials have?The podcast currently has 115 episodes available.