Click here to Skip to main content
15,905,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LOL Pin
alex.barylski7-Oct-03 18:22
alex.barylski7-Oct-03 18:22 
GeneralRe: LOL Pin
Terry O'Nolley8-Oct-03 2:28
Terry O'Nolley8-Oct-03 2:28 
GeneralRe: 64 bit processor Pin
KaЯl8-Oct-03 3:05
KaЯl8-Oct-03 3:05 
GeneralRe: 64 bit processor Pin
Maxwell Chen7-Oct-03 21:15
Maxwell Chen7-Oct-03 21:15 
GeneralUpgrade MFC project to VS.Net 2003 Pin
Rainer Mangold7-Oct-03 11:47
Rainer Mangold7-Oct-03 11:47 
GeneralRe: Upgrade MFC project to VS.Net 2003 Pin
Mike Dimmick7-Oct-03 23:38
Mike Dimmick7-Oct-03 23:38 
GeneralRe: Upgrade MFC project to VS.Net 2003 Pin
Rainer Mangold8-Oct-03 10:13
Rainer Mangold8-Oct-03 10:13 
QuestionCAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Ro Douse7-Oct-03 11:00
sussRo Douse7-Oct-03 11:00 
Can anyone out there please help an aspiring programmer of C++ by creating the 2 programs that solve the problems below? Thanks...

1.a fast food restaurant charges $1.49 for hamburgers,$0.89 for fries,and $0.99 for sodas. Write a program that allows an employee to enter an order(the number of burgers,fries and sodas) then display a total,the tax at 6%, and the final cost. The program output should look similar to:

Enter the number of burgers: 3
Enter the number of fries: 2
Enter the number of sodas: 5

The total before tax is: $11.20
The tax is: $00.67
The grand total is: $11.87

2. Gym classes are to form volleyball teams of 7 each. Write a program that asks for the number of players,then gives the number of teams and the number of players left over. The program output should look similar to:

Enter the number of players: 37

There will be five teams with 2 left over.

...those are the 2 programs I'm asking anyone out there to create for me.Thanks to whoever does.
AnswerRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Toni787-Oct-03 11:02
Toni787-Oct-03 11:02 
AnswerHere's the first one :) Pin
Terry O'Nolley7-Oct-03 11:57
Terry O'Nolley7-Oct-03 11:57 
GeneralRe: Here's the first one :) Pin
joshfl7-Oct-03 17:21
joshfl7-Oct-03 17:21 
GeneralRe: Here's the first one :) Pin
Michael P Butler7-Oct-03 23:22
Michael P Butler7-Oct-03 23:22 
GeneralRe: Here's the first one :) Pin
Gary Kirkham8-Oct-03 3:58
Gary Kirkham8-Oct-03 3:58 
AnswerRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
alex.barylski7-Oct-03 18:29
alex.barylski7-Oct-03 18:29 
GeneralRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Terry O'Nolley8-Oct-03 2:18
Terry O'Nolley8-Oct-03 2:18 
GeneralRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
KaЯl8-Oct-03 2:31
KaЯl8-Oct-03 2:31 
GeneralRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Terry O'Nolley8-Oct-03 2:44
Terry O'Nolley8-Oct-03 2:44 
GeneralRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
KaЯl8-Oct-03 2:55
KaЯl8-Oct-03 2:55 
GeneralRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Terry O'Nolley8-Oct-03 3:22
Terry O'Nolley8-Oct-03 3:22 
GeneralRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
alex.barylski9-Oct-03 23:05
alex.barylski9-Oct-03 23:05 
AnswerRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Olli8-Oct-03 2:35
Olli8-Oct-03 2:35 
AnswerRe: CAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
joshfl8-Oct-03 4:02
joshfl8-Oct-03 4:02 
GeneralNeed Help Making Mini-Program Pin
Anonymous7-Oct-03 10:58
Anonymous7-Oct-03 10:58 
GeneralRe: Need Help Making Mini-Program Pin
Toni787-Oct-03 11:01
Toni787-Oct-03 11:01 
GeneralRe: Need Help Making Mini-Program Pin
Anonymous7-Oct-03 11:05
Anonymous7-Oct-03 11:05 

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.