Tuesday, July 14, 2009

Please help PLEASE HELP IMMEDIATLY NEEDED FINAL PROJECT DUe tommorow c++ C++ !?!!!!!!! NEED GURU?

//InventoryItem class file THIS IS THE CLASS FILE CPP FILE //COMING...................................


#ifndef INVENTORY_H


#define INVENTORY_H





#include %26lt;string%26gt;


using namespace std;





class InventoryItem


{


private:


string description;


string partNo;


int qty;





public:


void setDescription(string desc)


{description = desc;}





void setPartNumber ( string pNo)


{partNo = pNo; }





void setQTY ( int q)


{ qty = q; }





string getDescription() const


{ return description;}





string getPartNumber() const


{ return partNo;}





int getQTY() const


{ return qty; }





};


#endif

Please help PLEASE HELP IMMEDIATLY NEEDED FINAL PROJECT DUe tommorow c++ C++ !?!!!!!!! NEED GURU?
wtf this is jibberish





elaborate
Reply:Wat is the question? Wat do you want to do?
Reply:Not gibberish...some kind of programming, right? If it was GW Basic, maybe I could pull something out of my memory bank (get it, a computer reference) but this is way out of my league. I hope someone recognizes this and can help you.


No comments:

Post a Comment