A+ A A-

Programming

  • Written by Paul Chubb
  • Category: Programming
  • Hits: 1652

Programming: Constants

 

This presentation covered the way constants and enumerators work in C++.

  • Written by Paul Chubb
  • Category: Programming
  • Hits: 1783

Programming: Scaffolding

When introducing some new concepts, I supplied some sheets with simple examples for the students to refer to. This allowed them to quickly utilise the new techniques and so learn them without having to remember them.

  • Written by Paul Chubb
  • Category: Programming
  • Hits: 1756

Programming: Functions

 

I developed these slides to introduce to a Year 11 class the idea of modularity and functions in C++. This was then bedded down by extensive work on some skeleton code.

  • Written by Paul Chubb
  • Category: Programming
  • Hits: 1663

Programming: Arrays

 

I developed this presentation to introduce to a year 11 class the concept of arrays in C++.