CSE2425 Embedded Software: C lab
This part of the practicum consists of three sessions
C language basics: found on
WebLab
Debugging tools: test your valgrind and GDB skills on this
assignment
(with
testsuite
and
libt3config
source code)
Final assignment: code a
hash map
(with
test program
); please test your code thoroughly before submitting
Some useful links:
WebLab
submission system
C vs Java overview
The Practice of Programming
GDB reference card
valgrind tutorial
(corresponding
code fragments
)