Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to know/get the file name by clicking the icon Pin
tiki18-Jan-06 0:43
tiki18-Jan-06 0:43 
AnswerRe: how to know/get the file name by clicking the icon Pin
Prakash Nadar18-Jan-06 0:55
Prakash Nadar18-Jan-06 0:55 
GeneralRe: how to know/get the file name by clicking the icon Pin
tiki18-Jan-06 5:57
tiki18-Jan-06 5:57 
GeneralRe: how to know/get the file name by clicking the icon Pin
Prakash Nadar18-Jan-06 14:51
Prakash Nadar18-Jan-06 14:51 
GeneralRe: how to know/get the file name by clicking the icon Pin
tiki18-Jan-06 23:09
tiki18-Jan-06 23:09 
GeneralRe: how to know/get the file name by clicking the icon Pin
Prakash Nadar18-Jan-06 23:17
Prakash Nadar18-Jan-06 23:17 
GeneralRe: how to know/get the file name by clicking the icon Pin
ThatsAlok18-Jan-06 18:01
ThatsAlok18-Jan-06 18:01 
Questionhow can I solve this problem?? Pin
Deema Jack18-Jan-06 0:42
Deema Jack18-Jan-06 0:42 
Hi dear member ,
I want to make a program by c++ to develop a sell system in a small company specializing in selling PC parts(configurations),according to this table contents:
(I minimized the no. of rows & columns in this post to be short. )the columns names are(Part_No ,Part_Quantity, Part_Price), and the rows elements are(10, 80, 100)

The c++ program must work according to the following steps :
1. it must display the array contents from the table.
Then it will ask the user to:
2. enter the requested Part_No , if it’s found go to step no. (3) ,else print “the part isn’t found” then go to step no. (2).
3. enter the requested quantity(qu) ;(the program must check) if the entered (qu) is more than the existing (qu) in the array contents ,it prints “the (qu) isn’t available, the available (qu) is ***(the strike is the No. of the available (qu); Please enter a suitable q”, then go to step no. (3),but if the entered (qu) is less or equal to the stored Q in the array , it prints ”the (qu) is found” then go to step no. (4).
4. ask the user “Do you want to continue the sell process’,if “Yes” go to step no. (5) else go to step no. (2).
5. Calculate the price of the sold quantity.
6. Print the Part_No, print the available quantity , print the subsist (qu), and print the sold (qu).
7. ask the user ”Do you want to do another selling process”,if “Yes” go to step no.(2),else go to step(8).
8. print “the process is finished”.

With a bunch of thanks for you..

AnswerRe: how can I solve this problem?? Pin
Prakash Nadar18-Jan-06 0:54
Prakash Nadar18-Jan-06 0:54 
AnswerRe: how can I solve this problem?? Pin
Garth J Lancaster18-Jan-06 1:07
professionalGarth J Lancaster18-Jan-06 1:07 
QuestionHow do we hide Modal Dialog Boxes? Pin
waxie17-Jan-06 23:30
waxie17-Jan-06 23:30 
AnswerRe: How do we hide Modal Dialog Boxes? Pin
toxcct17-Jan-06 23:32
toxcct17-Jan-06 23:32 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
waxie17-Jan-06 23:44
waxie17-Jan-06 23:44 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
ThatsAlok18-Jan-06 0:07
ThatsAlok18-Jan-06 0:07 
AnswerRe: How do we hide Modal Dialog Boxes? Pin
Cedric Moonen17-Jan-06 23:44
Cedric Moonen17-Jan-06 23:44 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
waxie17-Jan-06 23:48
waxie17-Jan-06 23:48 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
toxcct17-Jan-06 23:51
toxcct17-Jan-06 23:51 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
Cedric Moonen17-Jan-06 23:59
Cedric Moonen17-Jan-06 23:59 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
waxie18-Jan-06 0:19
waxie18-Jan-06 0:19 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
Cedric Moonen18-Jan-06 0:52
Cedric Moonen18-Jan-06 0:52 
AnswerRe: How do we hide Modal Dialog Boxes? Pin
Prakash Nadar17-Jan-06 23:57
Prakash Nadar17-Jan-06 23:57 
AnswerRe: How do we hide Modal Dialog Boxes? Pin
vallikumar17-Jan-06 23:59
vallikumar17-Jan-06 23:59 
AnswerRe: How do we hide Modal Dialog Boxes? Pin
ThatsAlok18-Jan-06 0:07
ThatsAlok18-Jan-06 0:07 
AnswerRe: How do we hide Modal Dialog Boxes? Pin
Owner drawn18-Jan-06 0:18
Owner drawn18-Jan-06 0:18 
GeneralRe: How do we hide Modal Dialog Boxes? Pin
ThatsAlok18-Jan-06 0:39
ThatsAlok18-Jan-06 0:39 

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.