Category Data Structure Code in C
Article Writing
1
Posts
1
Posters
2
Views
1
Watching
-
Looking for a c based or at a gasp c++, but prefer c, code to implement a category data structure ie struct tagCATEGORY { TCHAR szCategory[CATEGORYSTRINGLEN]; WORD wCategory; } CATEGORY, FAR * LPCATEGORY; yada yada ... Any thoughs for implementation code to copy paste and amend, best sorting methods, how to do etc thanks in advance Andrew :-)