Click here to Skip to main content
16,010,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCDocument::OnFileSendMail, how to attach default file other than one given.. Pin
IrishSonic18-Jul-03 23:18
IrishSonic18-Jul-03 23:18 
GeneralRe: CDocument::OnFileSendMail, how to attach default file other than one given.. Pin
IrishSonic19-Jul-03 23:26
IrishSonic19-Jul-03 23:26 
Generalc++ graphics Pin
virtualspy18-Jul-03 23:15
virtualspy18-Jul-03 23:15 
GeneralRe: c++ graphics Pin
Ryan Binns19-Jul-03 0:21
Ryan Binns19-Jul-03 0:21 
GeneralRe: c++ graphics Pin
John M. Drescher19-Jul-03 18:55
John M. Drescher19-Jul-03 18:55 
GeneralRe: c++ graphics Pin
dog_spawn19-Jul-03 2:48
dog_spawn19-Jul-03 2:48 
GeneralRe: c++ graphics Pin
Ryan Binns19-Jul-03 4:03
Ryan Binns19-Jul-03 4:03 
GeneralRe: c++ graphics Pin
Mike Nordell19-Jul-03 4:14
Mike Nordell19-Jul-03 4:14 
dog_spawn wrote:
They both deal with 2d and 3d graphics.

Uhhh, in all honesty OpenGL is a 3D API. Sure, you can (with some effort) use its 3D functionality (slapping quads) in conjunction with awkward texture-replacing primitives to implement a 2D API, but then you also can use a hammer to pound on the keyboard. Smile | :)

DirectDraw/DirectX deals with 2D gfx in a way more direct, to-the-point and familiar way than any 3D API ever could, or even should, do.

If the game gfx-speed isn't time critical, I'd rather suggest GDI than DirectDraw (since the latter is inherently way more complex and error-prone). Creating a DIBSection and blitting around within only the gfx cards memory can get you quite reasonable speeds also (way faster than screen refresh rate).
GeneralRe: c++ graphics Pin
conio19-Jul-03 8:30
conio19-Jul-03 8:30 
GeneralRe: c++ graphics Pin
virtualspy20-Jul-03 0:46
virtualspy20-Jul-03 0:46 
GeneralRe: c++ graphics Pin
John M. Drescher19-Jul-03 18:57
John M. Drescher19-Jul-03 18:57 
QuestionManaged C++? Pin
DaveE9th18-Jul-03 21:09
DaveE9th18-Jul-03 21:09 
AnswerRe: Managed C++? Pin
Nish Nishant18-Jul-03 21:33
sitebuilderNish Nishant18-Jul-03 21:33 
AnswerRe: Managed C++? Pin
Mike Nordell19-Jul-03 4:16
Mike Nordell19-Jul-03 4:16 
GeneralRe: Managed C++? Pin
DaveE9th19-Jul-03 9:36
DaveE9th19-Jul-03 9:36 
GeneralComboBox Pin
W. Hammer -sledge-18-Jul-03 19:33
W. Hammer -sledge-18-Jul-03 19:33 
GeneralRe: ComboBox Pin
Ryan Binns18-Jul-03 20:05
Ryan Binns18-Jul-03 20:05 
GeneralRe: ComboBox Pin
W. Hammer -sledge-19-Jul-03 0:15
W. Hammer -sledge-19-Jul-03 0:15 
GeneralRe: ComboBox Pin
Ryan Binns19-Jul-03 0:30
Ryan Binns19-Jul-03 0:30 
GeneralRe: ComboBox Pin
conio19-Jul-03 8:36
conio19-Jul-03 8:36 
GeneralRe: ComboBox Pin
Terry O'Nolley20-Jul-03 17:01
Terry O'Nolley20-Jul-03 17:01 
Generalmouseleave Pin
sdfdsfa18-Jul-03 16:50
sdfdsfa18-Jul-03 16:50 
GeneralRe: mouseleave Pin
J. Dunlap18-Jul-03 21:51
J. Dunlap18-Jul-03 21:51 
GeneralRe: mouseleave Pin
Ryan Binns19-Jul-03 0:35
Ryan Binns19-Jul-03 0:35 
GeneralRe: mouseleave Pin
shinay19-Jul-03 7:46
shinay19-Jul-03 7:46 

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.