Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bobby98762001

  1. bobby98762001

    teo classes that reference each other

    I want to create two classes that contain member functions where each meber function references the other class eg #include "A.h" Class A{ private: int a; public: void func(B b){}; } #include "B.h" Class B{ private: int b; public: void func(A a){}; } I know something is needed to...

Part and Inventory Search

Back
Top