Click here to Skip to main content
15,920,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Example of interface for server Pin
Member 21610048-Sep-05 20:30
Member 21610048-Sep-05 20:30 
GeneralRe: Example of interface for server Pin
Christian Graus11-Sep-05 11:14
protectorChristian Graus11-Sep-05 11:14 
Questionround a float to int Pin
followait8-Sep-05 15:40
followait8-Sep-05 15:40 
AnswerRe: round a float to int Pin
Christian Graus8-Sep-05 15:44
protectorChristian Graus8-Sep-05 15:44 
GeneralRe: round a float to int Pin
Tim Smith9-Sep-05 3:53
Tim Smith9-Sep-05 3:53 
AnswerRe: round a float to int Pin
Tim Smith9-Sep-05 4:01
Tim Smith9-Sep-05 4:01 
AnswerRe: round a float to int Pin
Tim Smith9-Sep-05 4:26
Tim Smith9-Sep-05 4:26 
Questionsnmp Pin
sebastianos8-Sep-05 15:31
sebastianos8-Sep-05 15:31 
AnswerRe: snmp Pin
David Crow8-Sep-05 16:32
David Crow8-Sep-05 16:32 
AnswerRe: snmp Pin
ThatsAlok8-Sep-05 21:58
ThatsAlok8-Sep-05 21:58 
QuestionActiveX control container, I really need your help Pin
code_chenyf8-Sep-05 14:41
code_chenyf8-Sep-05 14:41 
QuestionWM_KEYDOWN Pin
Achim Klein8-Sep-05 14:16
Achim Klein8-Sep-05 14:16 
AnswerRe: WM_KEYDOWN Pin
Christian Graus8-Sep-05 14:22
protectorChristian Graus8-Sep-05 14:22 
GeneralRe: WM_KEYDOWN Pin
Achim Klein8-Sep-05 14:37
Achim Klein8-Sep-05 14:37 
GeneralRe: WM_KEYDOWN Pin
Christian Graus8-Sep-05 14:42
protectorChristian Graus8-Sep-05 14:42 
GeneralRe: WM_KEYDOWN Pin
Achim Klein8-Sep-05 14:49
Achim Klein8-Sep-05 14:49 
GeneralRe: WM_KEYDOWN Pin
Christian Graus8-Sep-05 15:12
protectorChristian Graus8-Sep-05 15:12 
GeneralRe: WM_KEYDOWN Pin
Achim Klein8-Sep-05 15:22
Achim Klein8-Sep-05 15:22 
GeneralRe: WM_KEYDOWN Pin
Christian Graus8-Sep-05 15:25
protectorChristian Graus8-Sep-05 15:25 
GeneralRe: WM_KEYDOWN Pin
Eytukan9-Sep-05 2:09
Eytukan9-Sep-05 2:09 
GeneralRe: WM_KEYDOWN Pin
Achim Klein8-Sep-05 14:50
Achim Klein8-Sep-05 14:50 
General[Message Deleted] Pin
Christian Graus8-Sep-05 15:10
protectorChristian Graus8-Sep-05 15:10 
GeneralRe: WM_KEYDOWN Pin
Tim Smith9-Sep-05 4:11
Tim Smith9-Sep-05 4:11 
Question[Msg Deleted Because Of No Reason] Pin
Eytukan9-Sep-05 1:31
Eytukan9-Sep-05 1:31 
QuestionI am new to this can some1 help me? Pin
Shantise20038-Sep-05 13:26
Shantise20038-Sep-05 13:26 
i really need help writing this program:

In this assignment, you will creating a simple interactive guessing game, which is based on random numbers. The game is simple: two dice are rolled; you need to predict whether the sum of the next roll will be higher or lower than the previous roll. For example, you may have the first die roll a 2 and the second die roll a 3. The sum of this roll is 5. Statistically speaking, you should "predict" higher because the average roll results in 6. If the roll is higher than or equal to 5 and you predicted it to be higher, then you get to continue. If the roll is lower (or equal to) and you predicted lower, you get to continue. Basically a wrong prediction will end the game.

Background: This program could potentially play forever (though it's doubtful), so obviously you need a loop of some kind - but choose carefully.

Requirements: Basically the program should behave as closely to the example below as possible; the grade breakdown is roughly as follows:

For a 'C': Get the program to roll the dice once, ask if the next roll will be higher or lower, roll the dice again and say if it was correct or not.

For a 'B': Get the program to repeatedly do this until they guess wrong

For an 'A': Get the program to track the number of times the user guessed correctly

Confused | :confused: can some1 plz plz help me

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.