Changes between Version 12 and Version 13 of SoC2010
- Timestamp:
- Mar 8, 2010, 8:34:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2010
v12 v13 73 73 74 74 == 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: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. This library might include: 76 76 77 * Static and dynamic bitfields (i.e., in std, boost or the sandbox).77 * Multidimensional bitfields or dynamic_bitfields. 78 78 * Compressed value array and vector (like `vector<bool>` but also for multi-bit values) 79 79 * Programming utilities for bit and bitmask manipulation … … 91 91 * Everything from chapter 5 of [https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6] 92 92 93 Students should be familiar with C++ templates, STL-style data structrues, and logic. 94 93 Students should be familiar with C++ templates, STL-style data structures, and computer arithmetic. 95 94 96 95 = Summer of Code Policies =