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 46bd1bc3a6 Next prog. exercise of chapter 06 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() 9 years ago
c_pointers Merge branch 'master' of https://github.com/tmeissner/learning-by-doing 10 years ago
c_primer_plus Next prog. exercise of chapter 06 9 years ago
jquery_mobile-up_and_running moved into subdirectory 10 years ago
python_3_oop added case study of chapter 6 9 years ago
tdd_for_embedded_c seperated tests target into seperate targets for running tests and coverage 9 years ago
.gitignore added zip files to gitignore list 10 years ago
README.md Add c primer plus link 9 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

C Primer Plus (6th edition)

http://www.informit.com/store/c-primer-plus-9780321928429

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