Open main menu

CDOT Wiki β

Changes

Programming Stream

833 bytes added, 11:51, 26 April 2012
no edit summary
<br />
 
= Curriculum Development =
== Resolved Allocation Issues ==
* IPC144/BTP100
: add variable length arrays
: add const
: add pointer - array equivalence
: trivial additions to align with standard (see detail page)
: remove gets()
: assign a problem that requires the application of integer data rep knowledge taught in another course in the first half
* OOP244/BTP200
: move namespace definition to start
: add inline functions
: add parameter defaults
: add simple file objects
: move type safe casting nearer start
: add simple function templates to polymorphism
: add abstract base classes
: trivial additions to align with standard (see detail page)
== Delivery Issues ==
* Committee for IPC144 will return
* Danny, Sunny, and Mark will apply Chris' timeline over the summer 2012 to enable the introduction of inheritance earlier
= Deferred Issues =