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.
April 30, 2010LP23: Pointers (Learn Programming with SwinGame)This podcast examines the pointer data looking at both the Pascal syntax and the concept of pointers in general. Some common pointer pitfalls are also discussed....more16minPlay
April 20, 2010LP22: Record declarations (Learn Programming with SwinGame)Records allow you to declare composite data structured, with the record being a data type that contains fields. In this podcast see how to declare and use records in Pascal....more10minPlay
April 20, 2010LP23: Const parameters (Learn Programming with SwinGame)Parameters can be passed by reference or by value. In this podcast see how to pass values into a procedure by reference using the const modifier....more3minPlay
April 13, 2010LP19: Type declarations (Learn Programming with SwinGame)Look at creating your own data types using Type declarations in Pascal. This podcast will introduce basic type declarations, which will be extended further in future podcasts....more5minPlay
April 13, 2010LP20: Sub Range Types (Learn Programming with SwinGame)Pascal's Sub Type Ranges allow you to declare data types that limit the range of values that are valid. In this podcast you will see how to declare your own sub type range data types....more4minPlay
April 13, 2010LP21: Enumerated type declarations (Learn Programming with SwinGame)Enumerated types provide a great way to provide model data for a list of named options/values. In this podcast you will see how to declare and use your own Enumerated Types and look at uses of these in SwinGame....more6minPlay
March 28, 2010LP18: Dynamic arrays (Learn Programming with SwinGame)An array can store a number of items, each at its own index. In some cases you want to be able to change the size of the array at runtime. In this podcast you will see how to use the various Pascal functions and procedures to manipulate the size of arrays....more7minPlay
March 27, 2010LP17: For loop (Learn Programming with SwinGame)Arrays require a means of using and manipulating values they contain. In this podcast you will see how to use the for loop with arrays to make it easy to process each element of the array....more6minPlay
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
FAQs about Swinburne CodeCasts - Programming tutorials:How many episodes does Swinburne CodeCasts - Programming tutorials have?The podcast currently has 115 episodes available.