Click here to Skip to main content
16,004,806 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionI need some advice for a Python app calling a C++ library function. Pin
icestatue23-Aug-13 10:52
icestatue23-Aug-13 10:52 
AnswerRe: I need some advice for a Python app calling a C++ library function. Pin
pasztorpisti23-Aug-13 11:20
pasztorpisti23-Aug-13 11:20 
GeneralRe: I need some advice for a Python app calling a C++ library function. Pin
icestatue26-Aug-13 7:12
icestatue26-Aug-13 7:12 
GeneralRe: I need some advice for a Python app calling a C++ library function. Pin
pasztorpisti26-Aug-13 7:18
pasztorpisti26-Aug-13 7:18 
Questionhelp help help Pin
Member 1022775823-Aug-13 3:23
Member 1022775823-Aug-13 3:23 
AnswerRe: help help help Pin
Richard MacCutchan23-Aug-13 4:27
mveRichard MacCutchan23-Aug-13 4:27 
AnswerRe: help help help Pin
Chris Losinger23-Aug-13 4:47
professionalChris Losinger23-Aug-13 4:47 
Questionchess Pin
Raymond505658422-Aug-13 13:17
Raymond505658422-Aug-13 13:17 
Extend your legal chess move identification program as follows:
• Allow the user to add an arbitrary number of pieces to the board (either red/black or
white)
• Allow the user to select a given piece and then that piece must work out its set of
valid moves from its current position
• A piece cannot move over a piece which is the same colour as it is
• A piece may move over (and replace) a piece which is of the opposite colour.
• Create a Visualiser Abstract Base class which implements a show() pure virtual
function
• Create a TextVisualizer derived class which overrides show to display
the chess board (with legal moves for the selected piece) to the standard
output stream
• Create a GraphicalVisualizer derived class which overrides show to
display the chess board (with legal moves for the selected piece) as an
image.
AnswerRe: chess Pin
bryce22-Aug-13 13:24
bryce22-Aug-13 13:24 
AnswerRe: chess Pin
ExcellentOrg22-Aug-13 21:24
ExcellentOrg22-Aug-13 21:24 
GeneralRe: chess Pin
David Crow24-Aug-13 4:38
David Crow24-Aug-13 4:38 
AnswerRe: chess Pin
Stefan_Lang22-Aug-13 21:28
Stefan_Lang22-Aug-13 21:28 
QuestionRe: chess Pin
CPallini22-Aug-13 22:14
mveCPallini22-Aug-13 22:14 
QuestionCListCtrl - selecting items inconsistent Pin
Vaclav_21-Aug-13 16:19
Vaclav_21-Aug-13 16:19 
AnswerRe: CListCtrl - selecting items inconsistent Pin
Richard MacCutchan21-Aug-13 21:20
mveRichard MacCutchan21-Aug-13 21:20 
GeneralRe: CListCtrl - selecting items inconsistent Pin
Vaclav_22-Aug-13 3:25
Vaclav_22-Aug-13 3:25 
GeneralRe: CListCtrl - selecting items inconsistent Pin
Richard MacCutchan22-Aug-13 4:36
mveRichard MacCutchan22-Aug-13 4:36 
GeneralRe: CListCtrl - selecting items inconsistent Pin
Vaclav_22-Aug-13 4:56
Vaclav_22-Aug-13 4:56 
AnswerRe: CListCtrl - selecting items inconsistent Pin
David Crow22-Aug-13 5:03
David Crow22-Aug-13 5:03 
GeneralRe: CListCtrl - selecting items inconsistent Pin
Vaclav_22-Aug-13 5:16
Vaclav_22-Aug-13 5:16 
GeneralRe: CListCtrl - selecting items inconsistent Pin
David Crow22-Aug-13 5:21
David Crow22-Aug-13 5:21 
GeneralRe: CListCtrl - selecting items inconsistent Pin
Vaclav_22-Aug-13 5:28
Vaclav_22-Aug-13 5:28 
GeneralRe: CListCtrl - selecting items inconsistent Pin
David Crow22-Aug-13 5:35
David Crow22-Aug-13 5:35 
GeneralRe: CListCtrl - selecting items inconsistent Pin
Vaclav_22-Aug-13 6:45
Vaclav_22-Aug-13 6:45 
QuestionRe: CListCtrl - selecting items inconsistent Pin
David Crow24-Aug-13 4:38
David Crow24-Aug-13 4:38 

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.