Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 551 Bytes

File metadata and controls

15 lines (12 loc) · 551 Bytes

Techniki efektywnego programowania

Wroclaw University of Science and Technology

Applied Computer Science

Teacher: Michał Przewoźniczek

For you future students of applied computer science, so that you will not suffer like us

Subjects:

  1. List1: Dynamic allocation and dealocation, pointers, multiple pointers, constructors, destructors
  2. List2: Operator overloading (Builded on List 1)
  3. List3: Dependencies, trees
  4. List4: Template Classes
  5. List5: Inteligent pointers, move semantics
  6. MiniProject: Max3Sat Problem