Jul 13, 2001 #1 vcllvc Programmer Jul 12, 2001 136 US I see someone do this typedef enum{ // something here } but sometime they do it without "typedef". Are there any different? Why? Thanks in advance. Vincent
I see someone do this typedef enum{ // something here } but sometime they do it without "typedef". Are there any different? Why? Thanks in advance. Vincent
Jul 13, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB it is for compatibility with C, but in C++ is no difference. John Fill ivfmd@mail.md Upvote 0 Downvote