Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TSP algorithm Pin
David Crow18-Nov-03 6:57
David Crow18-Nov-03 6:57 
QuestionHow do you fork() windows guys ? Pin
Max Rudensky18-Nov-03 1:43
sussMax Rudensky18-Nov-03 1:43 
AnswerRe: How do you fork() windows guys ? Pin
Daniel Turini18-Nov-03 2:16
Daniel Turini18-Nov-03 2:16 
GeneralRe: How do you fork() windows guys ? Pin
Mike Dimmick18-Nov-03 2:31
Mike Dimmick18-Nov-03 2:31 
GeneralRe: How do you fork() windows guys ? Pin
Daniel Turini18-Nov-03 2:36
Daniel Turini18-Nov-03 2:36 
GeneralRe: How do you fork() windows guys ? Pin
Adam Gritt18-Nov-03 4:38
Adam Gritt18-Nov-03 4:38 
GeneralA Graphical Question Pin
Member 63357718-Nov-03 1:31
Member 63357718-Nov-03 1:31 
GeneralRe: A Graphical Question Pin
GDavy18-Nov-03 1:46
GDavy18-Nov-03 1:46 
Try using DirectDraw is perfect and easy to use for animations. And it goes fast because it draws directly on mem of graphical card. You can load all different bitmaps on the graphical card mem and just blit them where you want them. No need to redraw the whole bitmap every time.(The MSDN library contains all help needed to start drawing with DirectDraw component...).
Check out double buffering too in order to prevent flashing of the screen and have a more smooth animation(actual drawing happens in background)...

Greetz,
Davy

PS:when tank fires bullet only the minor part where the bullet was and where the next position of the bullet is is redrawn, not the whole scene!! Would indeed be an enormous speed loss if the whole scene would be redrawn...
GeneralRe: A Graphical Question Pin
Member 63357719-Nov-03 18:05
Member 63357719-Nov-03 18:05 
Generalascii code Pin
si_6918-Nov-03 1:08
si_6918-Nov-03 1:08 
GeneralRe: ascii code Pin
GDavy18-Nov-03 1:34
GDavy18-Nov-03 1:34 
GeneralRe: ascii code Pin
Adam Gritt18-Nov-03 5:26
Adam Gritt18-Nov-03 5:26 
GeneralTemplate issue.. Pin
GDavy18-Nov-03 0:09
GDavy18-Nov-03 0:09 
GeneralRe: Template issue.. Pin
GDavy18-Nov-03 0:22
GDavy18-Nov-03 0:22 
QuestionMicrosoft toolbar icons - Legal to use? Pin
blindcop17-Nov-03 23:45
blindcop17-Nov-03 23:45 
AnswerRe: Microsoft toolbar icons - Legal to use? Pin
Member 26118818-Nov-03 0:16
Member 26118818-Nov-03 0:16 
GeneralRe: Microsoft toolbar icons - Legal to use? Pin
blindcop18-Nov-03 0:27
blindcop18-Nov-03 0:27 
GeneralRe: Microsoft toolbar icons - Legal to use? Pin
David Crow18-Nov-03 5:44
David Crow18-Nov-03 5:44 
AnswerRe: Microsoft toolbar icons - Legal to use? Pin
David Crow18-Nov-03 4:31
David Crow18-Nov-03 4:31 
GeneralRe: Microsoft toolbar icons - Legal to use? Pin
blindcop18-Nov-03 5:07
blindcop18-Nov-03 5:07 
GeneralRe: Microsoft toolbar icons - Legal to use? Pin
David Crow18-Nov-03 5:40
David Crow18-Nov-03 5:40 
GeneralProblem in integrating CSocket program with Windows NT Pin
Aswin17-Nov-03 23:36
Aswin17-Nov-03 23:36 
GeneralRe: Problem in integrating CSocket program with Windows NT Pin
Dudi Avramov18-Nov-03 2:49
Dudi Avramov18-Nov-03 2:49 
QuestionHow to display a bitmap when starting an application? Pin
jean-michel vanye17-Nov-03 22:34
jean-michel vanye17-Nov-03 22:34 
AnswerRe: How to display a bitmap when starting an application? Pin
iceage17-Nov-03 23:52
iceage17-Nov-03 23:52 

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.