Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdvice on best technologies for video / graphics work Pin
srev3-May-06 11:16
srev3-May-06 11:16 
QuestionHelp with a C++ 4.0 project Pin
roland513-May-06 9:04
roland513-May-06 9:04 
AnswerRe: Help with a C++ 4.0 project Pin
BadKarma3-May-06 9:26
BadKarma3-May-06 9:26 
AnswerRe: Help with a C++ 4.0 project Pin
Michael Dunn3-May-06 11:42
sitebuilderMichael Dunn3-May-06 11:42 
Question::DeleteObject(hbmpOld); Pin
jerry1211a3-May-06 7:57
jerry1211a3-May-06 7:57 
AnswerRe: ::DeleteObject(hbmpOld); Pin
Blake Miller3-May-06 8:12
Blake Miller3-May-06 8:12 
GeneralRe: ::DeleteObject(hbmpOld); Pin
jerry1211a3-May-06 8:14
jerry1211a3-May-06 8:14 
AnswerRe: ::DeleteObject(hbmpOld); Pin
Milton Karimbekallil3-May-06 8:18
Milton Karimbekallil3-May-06 8:18 
:: is the resolution operator.
It makes the scope of the function to global.
usually as there is no global function with the same name declared it will point to the win32 api function. So generally we use this for calling a win32 api.
in ur case ::DeleteObject(hbmpOld); means it invokes this GDI api.

cheers..mil10
Questionjorgen.sigvardsson Pin
jalpari3-May-06 7:57
jalpari3-May-06 7:57 
AnswerRe: jorgen.sigvardsson Pin
Nish Nishant3-May-06 8:11
sitebuilderNish Nishant3-May-06 8:11 
AnswerRe: jorgen.sigvardsson Pin
David Crow3-May-06 8:53
David Crow3-May-06 8:53 
QuestionThanks for nothing Pin
Charles Reese3-May-06 7:55
Charles Reese3-May-06 7:55 
AnswerRe: Thanks for nothing Pin
BadKarma3-May-06 9:10
BadKarma3-May-06 9:10 
AnswerRe: Thanks for nothing Pin
toxcct3-May-06 21:13
toxcct3-May-06 21:13 
QuestionDCOM only one process Pin
Petryha3-May-06 7:46
Petryha3-May-06 7:46 
AnswerRe: DCOM only one process Pin
Milton Karimbekallil3-May-06 8:28
Milton Karimbekallil3-May-06 8:28 
QuestionHow do I finish this to output triangles using asterisks Pin
Charles Reese3-May-06 7:33
Charles Reese3-May-06 7:33 
AnswerRe: How do I finish this to output triangles using asterisks Pin
Maximilien3-May-06 7:46
Maximilien3-May-06 7:46 
AnswerRe: How do I finish this to output triangles using asterisks Pin
Stephen Hewitt3-May-06 14:03
Stephen Hewitt3-May-06 14:03 
QuestionHow do I finish this to output triangles using asterisks Pin
Charles Reese3-May-06 7:33
Charles Reese3-May-06 7:33 
AnswerRe: How do I finish this to output triangles using asterisks Pin
David Crow3-May-06 7:48
David Crow3-May-06 7:48 
QuestionWindows XP - Windows CE Pin
Demian Panello3-May-06 7:24
Demian Panello3-May-06 7:24 
AnswerRe: Windows XP - Windows CE Pin
Ryan Binns3-May-06 18:14
Ryan Binns3-May-06 18:14 
QuestionPixel color acquisition from webcam stream Pin
Lessthannovice3-May-06 6:27
Lessthannovice3-May-06 6:27 
AnswerRe: Pixel color acquisition from webcam stream Pin
Justin Tay3-May-06 7:00
Justin Tay3-May-06 7:00 

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.