Click here to Skip to main content
16,013,489 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Another String Question Pin
Nemanja Trifunovic6-Feb-02 6:11
Nemanja Trifunovic6-Feb-02 6:11 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:36
Tim Smith5-Feb-02 15:36 
GeneralRe: Another String Question Pin
Jamie Hale5-Feb-02 14:41
Jamie Hale5-Feb-02 14:41 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:39
Tim Smith5-Feb-02 15:39 
GeneralRe: Another String Question Pin
Nemanja Trifunovic6-Feb-02 6:16
Nemanja Trifunovic6-Feb-02 6:16 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:38
Tim Smith5-Feb-02 15:38 
GeneralRe: Another String Question Pin
Tom Wright6-Feb-02 5:48
Tom Wright6-Feb-02 5:48 
Generalnot printing! Pin
5-Feb-02 4:34
suss5-Feb-02 4:34 
for ( numOfLines =0; numOfLines < 15; numOfLines ++)
{
cin>>tempCN>>tempST>>tempMT>>tempTM>>tempIV>>tempNS;
(*tempStock).setCompanyName(tempCN);
(*tempStock).setStockTicker(tempST);
(*tempStock).setMarketTraded(tempMT);
(*tempStock).setTypeOfManufactr(tempTM);
(*tempStock).setInitialValue(tempIV);
(*tempStock).setNumOfOutShares(tempNS);
cout<< (*tempStock).getCompanyName()<<" "<< (*tempStock).getStockTicker()<<" " <<(*tempStock).getMarketTraded()<<" " <<(*tempStock).getTypeOfManufactr()<<" "<< (*tempStock).getInitialValue()<<" "<<(*tempStock).getNumOfOutShares()<< endl;Cry | :((



this piece of code prints all those elements but the 4th one,
any ideas why
thank you
GeneralRe: not printing! Pin
Jon Hulatt5-Feb-02 4:48
Jon Hulatt5-Feb-02 4:48 
GeneralUSB Communications Pin
Paresh Solanki5-Feb-02 4:25
Paresh Solanki5-Feb-02 4:25 
GeneralRe: USB Communications Pin
5-Feb-02 6:34
suss5-Feb-02 6:34 
GeneralMSMASK32/MSFLXGRID Pin
5-Feb-02 4:28
suss5-Feb-02 4:28 
QuestionWMI bug or what? Pin
Mario M.5-Feb-02 4:04
Mario M.5-Feb-02 4:04 
GeneralMD5 Pin
Rickard Andersson205-Feb-02 3:19
Rickard Andersson205-Feb-02 3:19 
GeneralRe: MD5 Pin
Joel Lucsy5-Feb-02 7:51
Joel Lucsy5-Feb-02 7:51 
GeneralRe: MD5 Pin
Le centriste5-Feb-02 11:06
Le centriste5-Feb-02 11:06 
GeneralAlways Active Frames Pin
Alan Chambers5-Feb-02 2:49
Alan Chambers5-Feb-02 2:49 
GeneralRe: Always Active Frames Pin
Nish Nishant5-Feb-02 3:10
sitebuilderNish Nishant5-Feb-02 3:10 
GeneralRe: Always Active Frames Pin
Alan Chambers5-Feb-02 3:28
Alan Chambers5-Feb-02 3:28 
GeneralRe: Always Active Frames Pin
Nish Nishant5-Feb-02 3:59
sitebuilderNish Nishant5-Feb-02 3:59 
GeneralRe: Always Active Frames Pin
Joaquín M López Muñoz5-Feb-02 3:43
Joaquín M López Muñoz5-Feb-02 3:43 
GeneralRe: Always Active Frames - Done It Pin
Alan Chambers5-Feb-02 3:54
Alan Chambers5-Feb-02 3:54 
GeneralRe: Always Active Frames - Done It Pin
Nish Nishant5-Feb-02 4:05
sitebuilderNish Nishant5-Feb-02 4:05 
GeneralDraw an ImageMagick image on a GDI DC Pin
Uwe Keim5-Feb-02 1:46
sitebuilderUwe Keim5-Feb-02 1:46 
GeneralRe: Draw an ImageMagick image on a GDI DC Pin
Christian Graus5-Feb-02 10:01
protectorChristian Graus5-Feb-02 10:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.