Saved Papers

Save papers so you can find them more easily!

Join Now

Get instant access to over 100,000 papers.

Join Now!

C++ Project For Nersery Garden

#include
#include
#include

const int maxf =50;
const int maxo =30;
const int maxp =30;
const int maxor =30;

//////////////////////////////////////////////////////////////////////////////////////////////
class plant{

public: plant();

void ReadPlant();
void displayPLANT(int);
void plfamily(char f[]);
void plNAME (char n[]);
void modifyPlant();
void deleteplant();
int plID(int);
int checkQ(int);
int findplant(int);
//void SwapPosPlant(int,int);
void ShiftPos(int,int);
void SortFamily();
void SortName();
int findfamily();
int rangefamily();
void removestock(int,int);
void displayallplants ();
float returnprize(int);
private:
char name[20];
char family[20];
char description [100];
int id;
int type;
char colour[20];
int size;
int stock;
int sold;
int garden;
float price;
int NOelem;
// order findplant[maxo];
};......


View the rest of this paper...

Approximate Word Count: 899
Approximate Pages: 4 (250 words per double-spaced page)

Why should you join Frat Files?

  • - It's safe, secure, and private.
  • - Instant access to over 100,000 papers. New papers are added hourly.
  • - Fast and reliable customer support.

Credit Card

PayPal

Bank Account

Similar Essays

  1. C++ Project For Nersery Garden

    C++ Project for nersery garden #include #include #include const int maxf =50; const int maxo =30; const int maxp =30; const int maxor =30; ///