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 21, 2011Getting started with Pascal and SwinGame in Windows (Learn Programming with SwinGame)This podcast shows you how to setup the Free Pascal Compiler, Notepad++ and other tools needed to start creating SwinGames in Windows...more13minPlay
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 30, 2010LP24: Function pointers (Learn Programming with SwinGame)In the Pointer podcast we looked at pointers that point to data, in this podcast we will see that you can use pointers to point to functions and procedures, called function pointers....more14minPlay
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 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 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
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, 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
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
FAQs about Learn Programming with SwinGame:How many episodes does Learn Programming with SwinGame have?The podcast currently has 27 episodes available.