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 : INPR - Inprise to Borland (BORL) -- Ignore unavailable to you. Want to Upgrade?


To: TTOSBT who wrote (1423)10/23/1998 8:54:00 AM
From: shane forbes  Read Replies (1) | Respond to of 5102
 
TTOSBT:

It is different time frames that make a stock. Clearly the guys
who are shorter term are not happy with the miss. But the guys like me who are longer term are actually pleased for 2 reasons:

- the underlying progress of the company
- the opportunity to buy more shares on the cheap

---

class CStock {
public:
CStock(float priceTargetData, float yearTargetData, String
nameOfStockData);
~CStock();
private:
float priceTarget;
float yearTarget;
String nameOfStock;
//...
};

//constructor...
CStock :: CStock (float priceTargetData, float yearTargetData,
String nameOfStockData) {
priceTarget = priceTargetData;
yearTarget = yearTargetData;
nameOfStock = nameOfStockData;
}

//...
CStock* pInprise = new CStock(45.0,2002.0,"Inprise");



// <g> Shane...