Open main menu

CDOT Wiki β

Changes

Programming Stream

167 bytes added, 10:19, 3 May 2012
Resolved Allocation Issues
== Resolved Allocation Issues ==
* Data Representation needs to be taught in first semester in another stream
: binary - hex | hex - decimal
* IPC144/BTP100
: add variable length arrays
: add const
: add pointer - array equivalence
: trivial additions to align with standard ([http://zenit.senecac.on.ca/wiki/index.php/Programming_Stream_C11 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
: add simple function templates to polymorphism
: add abstract base classes
: trivial additions to align with standard ([http://zenit.senecac.on.ca/wiki/index.php/Programming_Stream_C++11 see detail page])
== Delivery Issues ==