I have 2 structures that contain each other..
It doesnt work. Is there a way to forward the declaration for theCode:typedef struct tagUSER { long lName GROUP group const char *lpszPass }; USER typdef struct tagGROUP { long lID USER user }; GROUP
structures so they can see each other?




Reply With Quote