Eigenpoll : D wish list : Inline enum declaration 

void ShowWindow( enum{Show,Hide} sw ) { ... }

* self-documenting
* better than using "bool" (what's true/false?)
* no dummy types (otherwise enum showwindow_t {...})


Report this item for cleanup