Programming for Scientists and Engineers

Contents
    • Arrays
    • Strings
    • Pass by reference, pass by value
    • Bit operators and masks
    • Math formulas
Control flow
  • Selection statements
  • Repetition structures/loops
  • ASCII artwork
Streams
  • Stream and file input
  • Parsing stream input - part 1
  • Parsing stream input - part 2
  • File streams
  • Moving around in streams
Dynamic memory allocation
  • Part 1
  • Part 2
  • Part 3