Click here to Skip to main content
15,916,692 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChanging COLORREF to RGB Pin
harinat1-Dec-03 23:41
harinat1-Dec-03 23:41 
GeneralRe: Changing COLORREF to RGB Pin
Steve S1-Dec-03 23:44
Steve S1-Dec-03 23:44 
GeneralRe: Changing COLORREF to RGB Pin
BaldwinMartin2-Dec-03 1:04
BaldwinMartin2-Dec-03 1:04 
GeneralMicheal Dunn Help!!! Pin
Prakash Nadar1-Dec-03 23:24
Prakash Nadar1-Dec-03 23:24 
GeneralC++ Programming on Concert Hall Reservation sytem Pin
omissom20021-Dec-03 23:03
omissom20021-Dec-03 23:03 
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
Debs2-Dec-03 1:16
Debs2-Dec-03 1:16 
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
omissom20022-Dec-03 22:41
omissom20022-Dec-03 22:41 
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
Debs3-Dec-03 23:14
Debs3-Dec-03 23:14 
I have no idea how much you know about the language and development environment, so bear that in mind with suggestions I make. btw, I'm happy to give you some pointers, but I'm not about to do your homework for you, ok?!

Are you using a graphics based input? In which case, I'd suggest using an MFC Application wizard (exe) to generate a basic project. If not then you'll probably want a Win32 Console App. You can search google and/or the MSDev help system for more info on these. (I'm assuming you can use Wizards? It does simplify things.)

You'll also need to understand such basics as arrays (unless you're using a database interface?), and data input. There is a pretty good on-line reference at:

http://www.cplusplus.com/doc/tutorial/[^]

If your knowledge is that basic, btw, a week is cutting it pretty fine. Google-ing for an example to build upon might be a good idea...



Debbie
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
Anonymous4-Dec-03 20:35
Anonymous4-Dec-03 20:35 
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
David Crow2-Dec-03 9:49
David Crow2-Dec-03 9:49 
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
Taka Muraoka2-Dec-03 14:57
Taka Muraoka2-Dec-03 14:57 
GeneralRe: C++ Programming on Concert Hall Reservation sytem Pin
Debs3-Dec-03 23:02
Debs3-Dec-03 23:02 
GeneralDon't show places bar Pin
Urban Olars1-Dec-03 22:24
Urban Olars1-Dec-03 22:24 
GeneralRe: Don't show places bar Pin
Mike Dimmick1-Dec-03 23:11
Mike Dimmick1-Dec-03 23:11 
Generalrotating gripper in top left corner of scroll bar Pin
suneetchandok1-Dec-03 22:17
susssuneetchandok1-Dec-03 22:17 
GeneralLoading an Icon to a Button from a local directory in runtime Pin
harinat1-Dec-03 21:56
harinat1-Dec-03 21:56 
GeneralRe: Loading an Icon to a Button from a local directory in runtime Pin
Prakash Nadar1-Dec-03 22:56
Prakash Nadar1-Dec-03 22:56 
GeneralRe: Loading an Icon to a Button from a local directory in runtime Pin
Kene1-Dec-03 23:14
Kene1-Dec-03 23:14 
QuestionHow can I override CPropertySheet::RemovePage(int nPage) in a derived class? Pin
mfc_surfer1-Dec-03 21:35
mfc_surfer1-Dec-03 21:35 
AnswerRe: How can I override CPropertySheet::RemovePage(int nPage) in a derived class? Pin
Kene1-Dec-03 22:19
Kene1-Dec-03 22:19 
GeneralRe: How can I override CPropertySheet::RemovePage(int nPage) in a derived class? Pin
mfc_surfer1-Dec-03 22:39
mfc_surfer1-Dec-03 22:39 
QuestionHow Can I pass a dynamic message from a parent class to its derived class? Pin
mfc_surfer1-Dec-03 21:31
mfc_surfer1-Dec-03 21:31 
AnswerRe: How Can I pass a dynamic message from a parent class to its derived class? Pin
Kene2-Dec-03 0:31
Kene2-Dec-03 0:31 
GeneralRe: How Can I pass a dynamic message from a parent class to its derived class? Pin
mfc_surfer2-Dec-03 0:54
mfc_surfer2-Dec-03 0:54 
GeneralRe: How Can I pass a dynamic message from a parent class to its derived class? Pin
Kene2-Dec-03 2:11
Kene2-Dec-03 2:11 

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.