Reading Assignment: All of Programming Chapter 17 Templates
[RA] Ch16 Strings and IO Revisited
Reading Assignment: All of Programming Chapter 16 Strings and IO Revisited
[RA] Ch15 Object Creation and Destruction
Reading Assignment: All of Programming Chapter 15 Object Creation and Destruction
[RA] Ch14 Transition to C++
Reading Assignment: All of Programming Chapter 14 Transition to C++
ECE 551 Midterm Review
Announcement: This sheet is only helpful for myself, it doesn’t contains anything I think I am good at. Please refer to articles with prefix [RA] for detailed information.
Midterm review notes from All of Programming Chapter 1 - 13
Confusing Functions in string.h
As we all know, there are multiple useful functions in string.h
. For safety purpose, it requires the parameter n
to limit the size in preventing hacks. In this post, we are going to talk about a few functions which is really helpful but also confusing in string.h
library.
[RA] Ch13 Programming in the Large
Reading Assignment: All of Programming Chapter 13 Programming in the Large
[RA] Ch37.3 Memory Checker: valgrind's memcheck
Reading Assignment: All of Programming Chapter 37.3 Memory Checker: valgrind’s memcheck
[RA] Ch12 Dynamic Allocation
Reading Assignment: All of Programming Chapter 12 Dynamic Allocation
[RA] Ch11 Interacting With the User and System
Reading Assignment: All of Programming Chapter 11 Interacting With the User and System