User Tools

Site Tools


haas:fall2021:data:projects

Table of Contents

Corning Community College

CSCS2320 Data Structures

Assignments, Documents, Information, and Projects

Projects

ntr0 (due 20210825)
pct1 (bonus; due 20210819)
wcp1 (due 20210818)
ael0 (due 20210901)
pct2 (due 20210825)
wcp2 (due 20210825)
sln0 (due 20210901)
pct3 (bonus; due 20210901)
wcp3 (due 20210901)
sln1 (due 20210908)
pct4 (due 20210908)
wcp4 (due 20210908)
sll0 (due 20210915)
gfo0 (due 20210915)
pct5 (bonus; due 20210915)
wcp5 (due 20210915)
sll1 (due 20210922)
pct6 (due 20210922)
wcp6 (due 20210922)
sll2 (due 20210929)
pct7 (bonus; due 20210929)
wcp7 (due 20210929)
sll3 (due 20211006)
sll4 (due 20211006)
pct8 (due 20211006)
wcp8 (due 20211006)
dln0 (due 20211020)
dll0 (due 20211020)
pct9 (bonus; due 20211020)
bwp1 (bonus; due 20211020)
wcp9 (due 20211020)
dll1 (due 20211027)
gfo1 (due 20211027)
pctA (due 20211027)
wcpA (due 20211027)
dll2 (due 20211103)
dls0 (due 20211103)
pctB (bonus; due 20211103)
wcpB (due 20211103)
dlq0 (due 20211110)
pctC (due 20211110)
wcpC (due 20211110)
gfo2 (due 20211117)
pctD (bonus; due 20211117)
pctE (bonus; due 20211201)
bwp2 (bonus; due 20211201)
EoCE (due 20211209)

Class Stats

Week 1

  • Welcome!
  • be sure to look over the syllabus, and start on the ael0 project (use 'grabit' on lab46, or ask on discord)
  • Review, ask questions on C and pointers.
    • try writing sample code employing various concepts
    • pointers are a fixed size, regardless of data type
      • why? MEMORY ADDRESSING
      • on lab46 (running on a 64-bit OS/system), memory addresses are 64-bits (64/8 = 8 bytes)
        • so all pointers (whether char, int, float, etc.) will be 8 bytes in size on this system.
      • on other systems, notably 16-bit and 32-bit systems (especially late-era hardware that might have incorporated tweaks to support more memory than is typically accessible by the default machine word size), memory address sizes can vary.
      • takeaway: for code portability, do not assume 8 byte memory addresses. ALWAYS use sizeof() to maximize portability.
haas/fall2021/data/projects.txt · Last modified: 2021/12/03 12:25 by wedge