User profile: airowe

User info
User name:airowe
History
Joined:
Number of posts:29
Latest posts:

Exception Handling
I'm getting a LNK2001 error that I'm not sure how to resolve. I was hoping I could get a point in t...

Inheritance/Polymorphism Issue
[code]#include <iostream> #include <iomanip> using namespace std; #include "defs.h" // Speci...

Inheritance/Polymorphism Issue
[code]#ifndef CANNEDGOOD_H #define CANNEDGOOD_H #include<iostream> #include "item.h" using n...

Inheritance/Polymorphism Issue
Since you all have been so helpful recently, I wanted to ask for your help again. I'm getting some ...

Pure Virtual Functions and Abstraction
Galik, thank you so much! That was it. Problem solved...