Click here to Skip to main content
15,794,629 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionhow to migrate CORBA to Web Service in C++ Pin
VC_RYK13-Apr-15 21:20
VC_RYK13-Apr-15 21:20 
Questionconsumer.C: In function âint main(int, char**)â: consumer.C:69: error: invalid conversion from âvoid (*)(buffer_t*, char)â to âvoid* (*)(void*)â consumer.C:69: error: initializing argument 3 of âint pthread_create(pthread_t*, const pthread_attr_t*, Pin
Member 1160464113-Apr-15 16:29
Member 1160464113-Apr-15 16:29 
AnswerRe: consumer.C: In function âint main(int, char**)â: consumer.C:69: error: invalid conversion from âvoid (*)(buffer_t*, char)â to âvoid* (*)(void*)â consumer.C:69: error: initializing argument 3 of âint pthread_create(pthread_t*, const pthread_attr Pin
Richard MacCutchan13-Apr-15 22:33
mveRichard MacCutchan13-Apr-15 22:33 
Questionint **p = (int**)new int(5); Confusing !!! Pin
Amrit Agr5-Apr-15 9:32
Amrit Agr5-Apr-15 9:32 
AnswerRe: int **p = (int**)new int(5); Confusing !!! Pin
Richard Andrew x645-Apr-15 11:14
professionalRichard Andrew x645-Apr-15 11:14 
AnswerRe: int **p = (int**)new int(5); Confusing !!! Pin
Zabir Al Nazi Nabil5-Apr-15 12:34
professionalZabir Al Nazi Nabil5-Apr-15 12:34 
Questionsolitaire game Pin
Member 115602925-Apr-15 5:19
Member 115602925-Apr-15 5:19 
AnswerRe: solitaire game Pin
Richard MacCutchan5-Apr-15 6:39
mveRichard MacCutchan5-Apr-15 6:39 
That is not a simple question to answer in a forum like this. You should start with a couple of classes:
Card - contains properties such as value and suit.
Player - contains a List of cards.
Some general methods:
A randomiser that deals the cards around.
Play that selects a card and figures out where it can be placed

etc.
Quite a lot to think about before you start coding, or worrying about the UI.
QuestionFast object tracking code Pin
Member 1051522512-Mar-15 23:35
professionalMember 1051522512-Mar-15 23:35 
Questionhow to use hook for mouse simulation Pin
Omarkkk10-Mar-15 3:02
Omarkkk10-Mar-15 3:02 
AnswerRe: how to use hook for mouse simulation Pin
Richard MacCutchan10-Mar-15 7:04
mveRichard MacCutchan10-Mar-15 7:04 
GeneralRe: how to use hook for mouse simulation Pin
Omarkkk10-Mar-15 7:08
Omarkkk10-Mar-15 7:08 
GeneralRe: how to use hook for mouse simulation Pin
Richard MacCutchan10-Mar-15 7:28
mveRichard MacCutchan10-Mar-15 7:28 
GeneralRe: how to use hook for mouse simulation Pin
Omarkkk10-Mar-15 7:37
Omarkkk10-Mar-15 7:37 
GeneralRe: how to use hook for mouse simulation Pin
Richard MacCutchan10-Mar-15 7:58
mveRichard MacCutchan10-Mar-15 7:58 
GeneralRe: how to use hook for mouse simulation Pin
Omarkkk10-Mar-15 8:03
Omarkkk10-Mar-15 8:03 
GeneralRe: how to use hook for mouse simulation Pin
Richard MacCutchan10-Mar-15 8:10
mveRichard MacCutchan10-Mar-15 8:10 
GeneralRe: how to use hook for mouse simulation Pin
Omarkkk10-Mar-15 8:20
Omarkkk10-Mar-15 8:20 
GeneralRe: how to use hook for mouse simulation Pin
Richard MacCutchan10-Mar-15 8:37
mveRichard MacCutchan10-Mar-15 8:37 
Questionprogram is crash. help me Pin
dongchul-lee25-Feb-15 21:12
dongchul-lee25-Feb-15 21:12 
SuggestionRe: program is crash. help me Pin
Richard MacCutchan25-Feb-15 22:41
mveRichard MacCutchan25-Feb-15 22:41 
QuestionA brief question Pin
Member 1065708311-Feb-15 23:47
Member 1065708311-Feb-15 23:47 
AnswerRe: A brief question Pin
Richard MacCutchan12-Feb-15 0:05
mveRichard MacCutchan12-Feb-15 0:05 
QuestionMFC Grid Control does not show cells content Pin
georox6-Dec-14 3:30
georox6-Dec-14 3:30 
AnswerRe: MFC Grid Control does not show cells content Pin
Richard MacCutchan6-Dec-14 4:02
mveRichard MacCutchan6-Dec-14 4:02 

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.