doubt in typdef segregation one class in two
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
can i typdef one class into two classes . I should segregate one class into two classes. if i do following its giving error. typedef cxclass1 cxclass; typedef cxclass2 cxclass; Please let me know.
Please don't repost questions at different places. Your question has been meanwhile answered at your later QA post: Doubt in typedef one class in two classes[^]