Changes between Version 12 and Version 13 of SoC2010


Ignore:
Timestamp:
Mar 8, 2010, 8:34:05 PM (13 years ago)
Author:
Andrew Sutton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2010

    v12 v13  
    7373
    7474== Bits & Ints ==
    75 Boost could use a utility library that brings together and extends a number of existing data structrues and utilities for working with binary data. Specifically, this library might include:
     75Boost could use a utility library that brings together and extends a number of existing data structrues and utilities for working with binary data. This library might include:
    7676
    77  * Static and dynamic bitfields (i.e., in std, boost or the sandbox).
     77 * Multidimensional bitfields or dynamic_bitfields.
    7878 * Compressed value array and vector (like `vector<bool>` but also for multi-bit values)
    7979 * Programming utilities for bit and bitmask manipulation
     
    9191 * Everything from chapter 5 of [https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6]
    9292
    93 Students should be familiar with C++ templates, STL-style data structrues, and logic.
    94 
     93Students should be familiar with C++ templates, STL-style data structures, and computer arithmetic.
    9594
    9695= Summer of Code Policies =