cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
NESTED IF LOOPS IN INHERITANCE
NESTED IF LOOPS IN INHERITANCE
Aug 5, 2012 at 4:28am UTC
closed account (
43vpfSEw
)
I have been trying to use else if loop in a multiple inheritance program,but when i use it in the derived class,the if else loop is not being executed,how can i make it function properly?
Aug 5, 2012 at 5:59am UTC
Volatile Pulse
(1543)
I would suggest possibly rewriting the code so it works properly or change the way the classes work or stop using the derived class. Does this help?
Aug 5, 2012 at 8:17am UTC
TheIdeasMan
(6817)
can we see your code?
Aug 5, 2012 at 8:45am UTC
viliml
(791)
NESTED IF
LOOPS
IN INHERITANCE
and
I have been trying to use else if
loop
Did anyone else spot somehting wrong in those 2 sentences?
Aug 5, 2012 at 8:55am UTC
closed account (
43vpfSEw
)
i meant else if loops, i solved the problem by making it simpler in the derived class.thanks
Aug 5, 2012 at 8:57am UTC
viliml
(791)
i meant else if
loops
And again...
Topic archived. No new replies allowed.