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

C / C++ / MFC

 
GeneralRe: Displaying Chinese character. Pin
gothic_coder9-Mar-09 6:23
gothic_coder9-Mar-09 6:23 
Generalhelp plaese Pin
doit397-Mar-09 2:15
doit397-Mar-09 2:15 
QuestionRe: help plaese Pin
Maximilien7-Mar-09 2:43
Maximilien7-Mar-09 2:43 
AnswerRe: help plaese Pin
doit397-Mar-09 3:11
doit397-Mar-09 3:11 
GeneralRe: help plaese Pin
Eytukan7-Mar-09 4:15
Eytukan7-Mar-09 4:15 
GeneralRe: help plaese Pin
doit397-Mar-09 5:05
doit397-Mar-09 5:05 
GeneralRe: help plaese Pin
Eytukan7-Mar-09 6:07
Eytukan7-Mar-09 6:07 
GeneralRe: help plaese Pin
doit397-Mar-09 11:46
doit397-Mar-09 11:46 
here is the lines
void gameResult( gameName play1, gameName play2, int& winner)
{

gameName winnerOdject;

winnerOdject = winningOdject(play1, play2);
// outputs each players choise
cout << "Player1 selected: ";
convertEnum(play1);
cout << " and Player2 selected: ";
convertEnum(play2);
cout << " ";

// Decide the winner

if( play1 == winnerOdject)
winner = 1;
if (play2 == winnerOdject)
winner = 2;
cout << "Player " << winner << " wins this game." <<endl;
}
GeneralRe: help plaese Pin
Eytukan7-Mar-09 18:15
Eytukan7-Mar-09 18:15 
GeneralRe: help plaese Pin
doit398-Mar-09 17:40
doit398-Mar-09 17:40 
QuestionHow to skin scrollbar of all controls in Application? Pin
siva4557-Mar-09 1:55
siva4557-Mar-09 1:55 
AnswerRe: How to skin scrollbar of all controls in Application? Pin
Code-o-mat7-Mar-09 2:29
Code-o-mat7-Mar-09 2:29 
GeneralRe: How to skin scrollbar of all controls in Application? Pin
siva4559-Mar-09 1:09
siva4559-Mar-09 1:09 
GeneralRe: How to skin scrollbar of all controls in Application? Pin
Code-o-mat9-Mar-09 1:24
Code-o-mat9-Mar-09 1:24 
GeneralRe: How to skin scrollbar of all controls in Application? Pin
toolsrnd9-Mar-09 2:29
toolsrnd9-Mar-09 2:29 
GeneralRe: How to skin scrollbar of all controls in Application? Pin
Code-o-mat9-Mar-09 2:34
Code-o-mat9-Mar-09 2:34 
QuestionAccessing TCHAR[] array from an vector. Pin
Comp_Users7-Mar-09 0:06
Comp_Users7-Mar-09 0:06 
AnswerRe: Accessing TCHAR[] array from an vector. Pin
Comp_Users7-Mar-09 0:21
Comp_Users7-Mar-09 0:21 
Questionexcel file problem Pin
trioum6-Mar-09 23:47
trioum6-Mar-09 23:47 
Questionwindows+D? Urgent please. Pin
sam_psycho6-Mar-09 23:32
sam_psycho6-Mar-09 23:32 
AnswerRe: windows+D? Urgent please. Pin
Code-o-mat7-Mar-09 0:03
Code-o-mat7-Mar-09 0:03 
GeneralRe: windows+D? Urgent please. Pin
sam_psycho7-Mar-09 0:14
sam_psycho7-Mar-09 0:14 
GeneralRe: windows+D? Urgent please. Pin
Code-o-mat7-Mar-09 0:23
Code-o-mat7-Mar-09 0:23 
GeneralRe: windows+D? Urgent please. Pin
sam_psycho7-Mar-09 0:17
sam_psycho7-Mar-09 0:17 
GeneralRe: windows+D? Urgent please. Pin
Code-o-mat7-Mar-09 0:35
Code-o-mat7-Mar-09 0:35 

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.