:S Can you explain me how to link classes with each other?
WondererAbu 0 Newbie Poster
Recommended Answers
Jump to PostYou could use a std::vector, or std::list, or write your own linked list. If that isn't what you want then we have no idea what you mean.
Jump to PostThere are many classes which must be link or in other words put together in order to work as one big class.
Oh, do you mean inheritence?
class base { // blabla }; class derived : public base { // linked (derived) class };
Jump to PostWonderAbu have no idea how to ask, and you guys answer quite advanced things. All I could advise is to check out some basics and terminology in C++:
http://en.wikipedia.org/wiki/Object_oriented_programming
All 11 Replies
Agni 370 Practically a Master Poster Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
vijayan121 1,152 Posting Virtuoso
WondererAbu 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
ithelp 757 Posting Virtuoso Banned
RenjithVR 0 Light Poster
Agni 370 Practically a Master Poster Featured Poster
Nick Evan 4,005 Industrious Poster Team Colleague Featured Poster
Agni 370 Practically a Master Poster Featured Poster
Cybulski 5 Light Poster
Nick Evan commented: Good tip +5
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.