Click here to Skip to main content
15,913,282 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalanother CListCtrl question Pin
b_girl29-Sep-03 3:51
b_girl29-Sep-03 3:51 
GeneralRe: another CListCtrl question Pin
Terry O'Nolley29-Sep-03 6:04
Terry O'Nolley29-Sep-03 6:04 
GeneralRe: another CListCtrl question Pin
b_girl29-Sep-03 6:51
b_girl29-Sep-03 6:51 
GeneralIterating through the duplicate keys in multimap Pin
pankajdaga29-Sep-03 3:44
pankajdaga29-Sep-03 3:44 
GeneralRe: Iterating through the duplicate keys in multimap Pin
Joaquín M López Muñoz29-Sep-03 4:20
Joaquín M López Muñoz29-Sep-03 4:20 
GeneralRe: Iterating through the duplicate keys in multimap Pin
Anonymous29-Sep-03 4:21
Anonymous29-Sep-03 4:21 
GeneralDirectX pixel drawing Pin
skaanji29-Sep-03 3:14
skaanji29-Sep-03 3:14 
GeneralRe: DirectX pixel drawing Pin
ZoogieZork29-Sep-03 6:32
ZoogieZork29-Sep-03 6:32 
It's possible to draw single pixels in DirectDraw or Direct3D, but the methods are a bit cumbersome and are generally pretty inefficient. Modern graphics hardware exploits parallelism between the GPU and the CPU, and sending commands to draw pixels one by one carries a lot of overhead.

That said, here is an article on drawing single pixels in DirectDraw:
http://www.gamedev.net/reference/articles/article538.asp[^]

- Mike
GeneralRe: DirectX pixel drawing Pin
skaanji29-Sep-03 8:16
skaanji29-Sep-03 8:16 
GeneralDebug Window. Pin
73Zeppelin29-Sep-03 3:12
73Zeppelin29-Sep-03 3:12 
GeneralRe: Debug Window. Pin
Adam Gritt29-Sep-03 3:38
Adam Gritt29-Sep-03 3:38 
GeneralRe: Debug Window. Pin
73Zeppelin29-Sep-03 4:07
73Zeppelin29-Sep-03 4:07 
GeneralGet click event from a DialogBar Pin
Sebastien Bouchard29-Sep-03 2:45
Sebastien Bouchard29-Sep-03 2:45 
GeneralRe: Get click event from a DialogBar Pin
Michael Dunn29-Sep-03 6:28
sitebuilderMichael Dunn29-Sep-03 6:28 
QuestionHow to convert a pointer to char*? Pin
DaFrawg29-Sep-03 2:10
DaFrawg29-Sep-03 2:10 
AnswerRe: How to convert a pointer to char*? Pin
Bernhard29-Sep-03 2:20
Bernhard29-Sep-03 2:20 
AnswerRe: How to convert a pointer to char*? Pin
Adam Gritt29-Sep-03 2:35
Adam Gritt29-Sep-03 2:35 
AnswerRe: How to convert a pointer to char*? Pin
Iain Clarke, Warrior Programmer29-Sep-03 3:47
Iain Clarke, Warrior Programmer29-Sep-03 3:47 
AnswerRe: How to convert a pointer to char*? Pin
David Crow29-Sep-03 5:21
David Crow29-Sep-03 5:21 
AnswerRe: How to convert a pointer to char*? Pin
JT Anderson29-Sep-03 13:33
JT Anderson29-Sep-03 13:33 
QuestionAuto-hide Groupbox - is there ? Pin
vgrigor29-Sep-03 2:04
vgrigor29-Sep-03 2:04 
AnswerRe: Auto-hide Groupbox - is there ? Pin
Iain Clarke, Warrior Programmer29-Sep-03 4:02
Iain Clarke, Warrior Programmer29-Sep-03 4:02 
GeneralRe: Auto-hide Groupbox - is there ? Pin
vgrigor29-Sep-03 4:04
vgrigor29-Sep-03 4:04 
GeneralMFC Dialog Pin
hph29-Sep-03 1:19
hph29-Sep-03 1:19 
GeneralRe: MFC Dialog Pin
Member 21830429-Sep-03 1:46
Member 21830429-Sep-03 1: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.