Learning by doing: Reading books and trying to understand the (code) examples
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
T. Meissner ce61e4b153 Initial commit of C primer plus examples 9 years ago
21st_century_c added memory.h & memory.c with safeFree macro as safe wrapper around the free() function; use safeFree() instead of free() 10 years ago
c_pointers Merge branch 'master' of https://github.com/tmeissner/learning-by-doing 10 years ago
c_primer_plus/chapter03 Initial commit of C primer plus examples 9 years ago
jquery_mobile-up_and_running moved into subdirectory 11 years ago
python_3_oop added case study of chapter 6 10 years ago
tdd_for_embedded_c seperated tests target into seperate targets for running tests and coverage 10 years ago
.gitignore added zip files to gitignore list 10 years ago
README.md Fix hyperlinks to books 10 years ago

README.md

Sometimes expanded and modified code examples of following books:

21st century C

http://shop.oreilly.com/product/0636920025108.do

Understanding and Using C Pointers

http://shop.oreilly.com/product/0636920028000.do

jQuery Mobile - Up and Running

http://shop.oreilly.com/product/0636920014607.do

Python 3 Object Orientated Programming

https://www.packtpub.com/application-development/python-3-object-oriented-programming

Test-Driven Development for Embedded C

https://pragprog.com/book/jgade/test-driven-development-for-embedded-c