Click here to Skip to main content
15,921,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Encrypting and Decrypting Pin
Graham Bradshaw17-May-04 10:31
Graham Bradshaw17-May-04 10:31 
GeneralRe: Encrypting and Decrypting Pin
gordingin17-May-04 10:45
gordingin17-May-04 10:45 
GeneralRe: Encrypting and Decrypting Pin
Mike Dimmick17-May-04 12:44
Mike Dimmick17-May-04 12:44 
GeneralLinux Programming Pin
Rafael Fernández López17-May-04 9:32
Rafael Fernández López17-May-04 9:32 
GeneralRe: Linux Programming Pin
Paul Ranson17-May-04 11:58
Paul Ranson17-May-04 11:58 
GeneralRe: Linux Programming Pin
Rafael Fernández López17-May-04 12:10
Rafael Fernández López17-May-04 12:10 
GeneralMultithreaded Serial Classes in MFC Pin
jhorstkamp17-May-04 9:17
jhorstkamp17-May-04 9:17 
Generalcreat input and out for this code Pin
Anonymous17-May-04 8:45
Anonymous17-May-04 8:45 
I have tried using ios:: app to read from name.dat but it wont read it I have errased it out because i could get read from data or to it
This is the code bellow

cout <<"\n Enter the item Name ";
cin >> ItemName;
cout << "\n Enter the quantity in store ";
cin >> QtyInStore;
cout << "\n Enter the stocks in ";
cin >>StocksIn;
cout << "\nEnter the stocks out ";
cin >> StocksOut;
QtyRem = QtyInStore + StocksIn - StocksOut;
cout << " \nThe Quantity remaing is: " <<qtyrem;
cout="" <<="" "\nenter="" the="" unit="" price="" ";
="" cin="">> UnitPrice;
TotalPrice = UnitPrice * QtyRem;
cout << "The Total price is: " << TotalPrice;
cout << "\nEnter G for GlassWare , S for stone ware, T for tools ";
cin >> select;
GeneralRe: creat input and out for this code Pin
Christian Graus17-May-04 13:15
protectorChristian Graus17-May-04 13:15 
Questionhow to use GetWindowsDirectory Pin
vividtang17-May-04 8:07
vividtang17-May-04 8:07 
AnswerRe: how to use GetWindowsDirectory Pin
David Crow17-May-04 10:05
David Crow17-May-04 10:05 
Generalabout SHGetFileInfo Pin
vividtang17-May-04 8:00
vividtang17-May-04 8:00 
GeneralRe: about SHGetFileInfo Pin
bikram singh17-May-04 8:04
bikram singh17-May-04 8:04 
GeneralRe: about SHGetFileInfo Pin
vividtang17-May-04 8:12
vividtang17-May-04 8:12 
GeneralRe: about SHGetFileInfo Pin
bikram singh17-May-04 8:28
bikram singh17-May-04 8:28 
GeneralRe: about SHGetFileInfo Pin
vividtang17-May-04 8:56
vividtang17-May-04 8:56 
GeneralList Views Report Style Pin
Tyrus18217-May-04 7:46
Tyrus18217-May-04 7:46 
GeneralRe: List Views Report Style Pin
David Crow17-May-04 10:09
David Crow17-May-04 10:09 
GeneralRe: List Views Report Style Pin
Tyrus18217-May-04 15:59
Tyrus18217-May-04 15:59 
GeneralAccess large files Pin
seasidetech17-May-04 7:33
seasidetech17-May-04 7:33 
GeneralRe: Access large files Pin
bikram singh17-May-04 8:08
bikram singh17-May-04 8:08 
GeneralRe: Access large files Pin
Joe Woodbury17-May-04 8:18
professionalJoe Woodbury17-May-04 8:18 
GeneralRe: Access large files Pin
seasidetech17-May-04 9:28
seasidetech17-May-04 9:28 
GeneralRe: Access large files Pin
Joe Woodbury17-May-04 9:47
professionalJoe Woodbury17-May-04 9:47 
GeneralRe: Access large files Pin
seasidetech17-May-04 21:37
seasidetech17-May-04 21:37 

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.