SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : PairGain Technologies -- Ignore unavailable to you. Want to Upgrade?


To: Johnathan C. Doe who wrote (24148)6/4/1998 2:17:00 AM
From: Joe Pirate  Respond to of 36349
 
** OFF TOPIC ** (what else is new ? <g>)

The Monika Lewinki C++ programming CLASS

class Monika {
private:
int straight;
int oral;
int rear_entry;
double penetrate;
public:
Monika();
~Monika();
void set_straight(int x);
..
..
}

class Bill {
private:
int Call Monika;
float How_Much;
float Total_Hours;
float Grand_Total;
public:
Bill();
~Bill();
void set_call_monika();
..
..
}

I need someone to write some class member functions ?

Pirate



To: Johnathan C. Doe who wrote (24148)6/4/1998 2:29:00 AM
From: Joe Pirate  Read Replies (1) | Respond to of 36349
 
** Me Again **

#include <iostream.h>

void main()
{
float price = 14.5;
for(price; price < 1000; price++)
cout << "PAIR soars to $" << price << endl;
}


Pirate