User profile: mikel792

User info
User name:mikel792
History
Joined:
Number of posts:8
Latest posts:

Inheritance Help w/ Static Protected Int in Class
Read comments below. I am trying to learn and understand inheritance & polymorphism. [code] //Po...

Skipped Iterator For Loop
Yes, typo. I've consistently noticed that I too often assume that where the code isn't working prope...

Skipped Iterator For Loop
My for loop is skipped when debugging, and even when I step-into I could not figure out why. Program...

Linked Lists - Same Loop Mechanism, One loops indefinitely
[code] #include <iostream> #include <cstdlib> #include <cstdio> #include <string> #include <time.h> ...

Linked Lists - Same Loop Mechanism, One loops indefinitely
I see some of the problems in the existing code, and I forgot to include that neither of my if state...