up vote 2 down vote favorite
1
share [g+] share [fb]

gcc 4.4.3 gcc c89

I have started to go into the world of state machines using c. I have to develop on for my job.

I am just wondering if there are any good book in developing state machines development in C.

Recently I bought a book called "Data Structures in C". Excellent book as it explains in very simple terms and doesn't go overboard. I would recommend this book.

So I am just looking for book that is simple and easy to read that doesn't go down into all the details. Just enough to get you started from a beginners point of view, and does touch on the different state machines implementations and how to develop them. I hope I am not asking too much.

Many thanks for any suggestions,

link|improve this question

Exact duplicate of your question stackoverflow.com/questions/1371460/state-machines-tutorials See my answer (which you have accepted, btw) – qrdl Sep 7 '10 at 9:56
feedback

2 Answers

up vote 2 down vote accepted

Miro Samek wrote a book "Practical Statecharts in C/C++" which has some useful advice on designing state machines that scale.

He published some articles in "C/C++ Users Journal" in 2002, some of which you might find links for on his website.

link|improve this answer
feedback

Not a book, but you might find this link handy: Writing Efficient State Machines in C

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.