Skip to main content
Fixed broken link. Added link to suggested book.
Source Link
Peter K.
  • 8.1k
  • 4
  • 53
  • 77

TheThis article is a good one for the state pattern as previously state :

[http://www.codeproject.com/Kb/architecture/StatePatternBy_Sarath._(though it is C++, not specifically C).aspx][1]

IIf you can put your hands on the book "head first design pattern""Head First Design Patterns", the explanation and example are very clear.

The state pattern as previously state :

[http://www.codeproject.com/Kb/architecture/StatePatternBy_Sarath._.aspx][1]

I you can put your hands on the book "head first design pattern", the explanation and example are very clear.

This article is a good one for the state pattern (though it is C++, not specifically C).

If you can put your hands on the book "Head First Design Patterns", the explanation and example are very clear.

Source Link
pmlarocque
  • 1.7k
  • 1
  • 18
  • 26

The state pattern as previously state :

[http://www.codeproject.com/Kb/architecture/StatePatternBy_Sarath._.aspx][1]

I you can put your hands on the book "head first design pattern", the explanation and example are very clear.