Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInfantile question? Pin
Ric Ashton4-Mar-09 8:00
Ric Ashton4-Mar-09 8:00 
AnswerRe: Infantile question? Pin
Eytukan4-Mar-09 8:04
Eytukan4-Mar-09 8:04 
AnswerRe: Infantile question? Pin
Adam Maras4-Mar-09 8:05
Adam Maras4-Mar-09 8:05 
GeneralRe: Infantile question? Pin
CPallini4-Mar-09 10:02
mveCPallini4-Mar-09 10:02 
AnswerRe: Infantile question? Pin
CPallini4-Mar-09 10:04
mveCPallini4-Mar-09 10:04 
QuestionFinished 2 C++ books, starting third and questions remain Pin
EliottA4-Mar-09 7:02
EliottA4-Mar-09 7:02 
AnswerRe: Finished 2 C++ books, starting third and questions remain Pin
led mike4-Mar-09 7:08
led mike4-Mar-09 7:08 
AnswerRe: Finished 2 C++ books, starting third and questions remain Pin
Eytukan4-Mar-09 7:18
Eytukan4-Mar-09 7:18 
Handle : Handle to an object. It may point to any object. For example a Handle to a window.

PVOID is nothing but a void*. "P" means a pointer.

DWORD is 32 bit unsigned integer.


EliottA wrote:
Also, a general question, why use pointers (*) if you can use Addresses (&) to reference objects?


The general answer is , if you can use & do not use *. Moreoever you can send * as *&.

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

AnswerRe: Finished 2 C++ books, starting third and questions remain Pin
Ric Ashton4-Mar-09 8:12
Ric Ashton4-Mar-09 8:12 
AnswerRe: Finished 2 C++ books, starting third and questions remain Pin
David Crow4-Mar-09 9:35
David Crow4-Mar-09 9:35 
GeneralRe: Finished 2 C++ books, starting third and questions remain Pin
EliottA5-Mar-09 3:18
EliottA5-Mar-09 3:18 
Questionswitch to existing instance [modified] Pin
negativeG4-Mar-09 7:01
negativeG4-Mar-09 7:01 
QuestionRe: switch to existing instance Pin
led mike4-Mar-09 7:10
led mike4-Mar-09 7:10 
AnswerRe: switch to existing instance Pin
Eytukan4-Mar-09 7:21
Eytukan4-Mar-09 7:21 
AnswerRe: switch to existing instance Pin
negativeG4-Mar-09 7:45
negativeG4-Mar-09 7:45 
AnswerRe: switch to existing instance Pin
led mike4-Mar-09 8:36
led mike4-Mar-09 8:36 
GeneralRe: switch to existing instance Pin
negativeG4-Mar-09 8:51
negativeG4-Mar-09 8:51 
GeneralRe: switch to existing instance Pin
led mike4-Mar-09 9:04
led mike4-Mar-09 9:04 
AnswerRe: switch to existing instance Pin
David Crow4-Mar-09 9:38
David Crow4-Mar-09 9:38 
GeneralRe: switch to existing instance Pin
negativeG5-Mar-09 7:58
negativeG5-Mar-09 7:58 
QuestionClipboard to jpeg using jpeglib Pin
alexhalt4-Mar-09 5:39
alexhalt4-Mar-09 5:39 
AnswerRe: Clipboard to jpeg using jpeglib Pin
Stuart Dootson4-Mar-09 6:12
professionalStuart Dootson4-Mar-09 6:12 
GeneralRe: Clipboard to jpeg using jpeglib Pin
alexhalt10-Mar-09 1:45
alexhalt10-Mar-09 1:45 
GeneralRe: Clipboard to jpeg using jpeglib Pin
Stuart Dootson10-Mar-09 2:02
professionalStuart Dootson10-Mar-09 2:02 
QuestionPing Using UDP Pin
tiger08064-Mar-09 5:00
tiger08064-Mar-09 5: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.