Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
Code-o-mat4-Dec-08 6:59
Code-o-mat4-Dec-08 6:59 
GeneralRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
David Crow4-Dec-08 6:49
David Crow4-Dec-08 6:49 
GeneralRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
Larry Mills Sr4-Dec-08 6:59
Larry Mills Sr4-Dec-08 6:59 
GeneralRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
Hamid_RT4-Dec-08 7:34
Hamid_RT4-Dec-08 7:34 
GeneralRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
Larry Mills Sr4-Dec-08 7:33
Larry Mills Sr4-Dec-08 7:33 
GeneralRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
led mike4-Dec-08 7:01
led mike4-Dec-08 7:01 
JokeRe: Using CMFCStatusBar class How do you Set the Text for a Label(dynamically) Pin
Hamid_RT4-Dec-08 6:46
Hamid_RT4-Dec-08 6:46 
QuestionURGENT SOLUTION NEEDED..... Pin
SAMYAK MEHTA4-Dec-08 2:52
SAMYAK MEHTA4-Dec-08 2:52 
A Book shop maintains the inventory of books that are being sold at the shop. The list includes details such as author , title

, price , publisher and stock position. Whenever a customer wants a book , the sales person inputs the title and author and

the system searches the list and displays whether it is available or not. If it is not, an appropriate message is displayed. If

it is, then the system displays the book details and requests for number of copies required. If the requested copies are

available , the total cost of the requested copies is displayed ; otherwise the message " REQUIRED COPIES NOT IN

STOCK " is displayed.
Design a system using a class called books with suitable member functions and constructors. Use new

operator in constructiors to allocate memory space required.


Improve the sytem design to incorporate the following features :
a. The price of the books should be updated as and when required. Use a private member function to implement

this.

b. The stock value of each book should be automatically updated as soon as a transaction is completed.

c. The number of successful and unsuccessful transactions should be recorded for the purpose of statistical

analysis. Use static data members to keep count of transactions.

Modify the program to demonstrate the use of pointers to access the members.
AnswerRe: URGENT SOLUTION NEEDED..... Pin
David Crow4-Dec-08 2:54
David Crow4-Dec-08 2:54 
AnswerRe: URGENT SOLUTION NEEDED..... Pin
Maximilien4-Dec-08 3:04
Maximilien4-Dec-08 3:04 
AnswerRe: URGENT SOLUTION NEEDED..... Pin
CPallini4-Dec-08 3:14
mveCPallini4-Dec-08 3:14 
JokeRe: URGENT SOLUTION NEEDED..... Pin
Hamid_RT4-Dec-08 3:20
Hamid_RT4-Dec-08 3:20 
GeneralRe: URGENT SOLUTION NEEDED..... Pin
Luc Pattyn4-Dec-08 16:39
sitebuilderLuc Pattyn4-Dec-08 16:39 
QuestionRe: URGENT SOLUTION NEEDED..... Pin
CPallini4-Dec-08 21:49
mveCPallini4-Dec-08 21:49 
AnswerRe: URGENT SOLUTION NEEDED..... Pin
Hamid_RT4-Dec-08 3:16
Hamid_RT4-Dec-08 3:16 
AnswerRe: URGENT SOLUTION NEEDED..... Pin
Mark Salsbery4-Dec-08 5:27
Mark Salsbery4-Dec-08 5:27 
GeneralRe: URGENT SOLUTION NEEDED..... Pin
Hamid_RT4-Dec-08 6:49
Hamid_RT4-Dec-08 6:49 
GeneralRe: URGENT SOLUTION NEEDED..... Pin
ThatsAlok4-Dec-08 18:38
ThatsAlok4-Dec-08 18:38 
AnswerRe: URGENT SOLUTION NEEDED..... Pin
Roger Wright4-Dec-08 18:24
professionalRoger Wright4-Dec-08 18:24 
AnswerRe: URGENT SOLUTION NEEDED..... Pin
ThatsAlok4-Dec-08 18:37
ThatsAlok4-Dec-08 18:37 
JokeRe: URGENT SOLUTION NEEDED..... Pin
CPallini4-Dec-08 22:01
mveCPallini4-Dec-08 22:01 
Questionhow to delete the particular child item in Tree control? Pin
AnithaSubramani4-Dec-08 2:32
AnithaSubramani4-Dec-08 2:32 
AnswerRe: how to delete the particular child item in Tree control? Pin
Code-o-mat4-Dec-08 2:48
Code-o-mat4-Dec-08 2:48 
QuestionCDialog on a CWnd - Problem with OnPaint() Pin
MrNyquist4-Dec-08 2:03
MrNyquist4-Dec-08 2:03 
QuestionRe: CDialog on a CWnd - Problem with OnPaint() Pin
CPallini4-Dec-08 2:13
mveCPallini4-Dec-08 2:13 

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.