|
|
|
|
|
by TillE
3897 days ago
|
|
I'm guilty of this when writing C. I really have no desire to learn the language properly (it's hard enough to fit C++ in my brain), so I'll just follow the patterns others have set. Microsoft does stuff like: typedef struct _FOO {
...
} FOO, *PFOO;
Yeah ok fine, I'll do that. |
|