-
1.Introduction to computers
- NP, P problems
- o Turing machines
- Assembly programming
- o compiler intrinsic
- Calling conventions of functions
- Understand basic computer memory, linear address, physical address
- Arrays and pointers
- C style file handling
- Environment variables
- Assignment:
- o Make a simple car racing game using console graphics
- Use console colors
- use file handling to maintain top 5 scores
-
2.Data structures
-
3.recursion
-
4.C++
-
5.Trees and more C++
-
6.Design patterns and introduction to threads