Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: UrlDownloadtofile Pin
David Crow24-Mar-09 3:07
David Crow24-Mar-09 3:07 
AnswerRe: UrlDownloadtofile Pin
p_196024-Mar-09 18:09
p_196024-Mar-09 18:09 
GeneralRe: UrlDownloadtofile Pin
David Crow25-Mar-09 2:44
David Crow25-Mar-09 2:44 
QuestionHow to Check Dektop Window is the current Active Window?. Pin
Nitheesh George23-Mar-09 20:59
Nitheesh George23-Mar-09 20:59 
QuestionRe: How to Check Dektop Window is the current Active Window?. Pin
David Crow24-Mar-09 3:14
David Crow24-Mar-09 3:14 
AnswerRe: How to Check Dektop Window is the current Active Window?. Pin
Nitheesh George24-Mar-09 4:06
Nitheesh George24-Mar-09 4:06 
QuestionRe: How to Check Dektop Window is the current Active Window?. Pin
David Crow24-Mar-09 5:58
David Crow24-Mar-09 5:58 
AnswerRe: How to Check Dektop Window is the current Active Window?. Pin
Nitheesh George25-Mar-09 5:03
Nitheesh George25-Mar-09 5:03 
QuestionPropertySheet Not move. Pin
Le@rner23-Mar-09 20:34
Le@rner23-Mar-09 20:34 
QuestionRe: PropertySheet Not move. Pin
David Crow24-Mar-09 3:15
David Crow24-Mar-09 3:15 
Questionwriting to text files Pin
Dercio23-Mar-09 19:48
Dercio23-Mar-09 19:48 
AnswerRe: writing to text files Pin
Eytukan23-Mar-09 19:58
Eytukan23-Mar-09 19:58 
AnswerRe: writing to text files Pin
«_Superman_»23-Mar-09 23:39
professional«_Superman_»23-Mar-09 23:39 
Questionpassing by reference Pin
Dercio23-Mar-09 19:45
Dercio23-Mar-09 19:45 
AnswerRe: passing by reference Pin
Eytukan23-Mar-09 19:56
Eytukan23-Mar-09 19:56 
1.Passing by parameter ensures, you don't create multiple copies.
2.As you don't make copies, it saves memory and be faster.
3.When you change something to the reference, it would mean you are changing the actual object. So serves the purpose.
4. The same can be done using pointers, but reference are better in many ways. The major advantage is that you dont need to check for NULL every time.

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: passing by reference Pin
Jijo.Raj23-Mar-09 19:59
Jijo.Raj23-Mar-09 19:59 
GeneralRe: passing by reference Pin
led mike23-Mar-09 21:12
led mike23-Mar-09 21:12 
JokeRe: passing by reference Pin
CPallini23-Mar-09 22:32
mveCPallini23-Mar-09 22:32 
GeneralRe: passing by reference Pin
Eytukan23-Mar-09 23:10
Eytukan23-Mar-09 23:10 
JokeRe: passing by reference Pin
CPallini23-Mar-09 23:21
mveCPallini23-Mar-09 23:21 
QuestionDrag and drop between ListBox Pin
AnithaSubramani23-Mar-09 19:31
AnithaSubramani23-Mar-09 19:31 
AnswerRe: Drag and drop between ListBox Pin
Eytukan23-Mar-09 20:06
Eytukan23-Mar-09 20:06 
QuestionRe: Drag and drop between ListBox Pin
David Crow24-Mar-09 3:18
David Crow24-Mar-09 3:18 
QuestionHow to get handle of PowerPoint window from taskbar? Pin
Md. Ali Naser Khan23-Mar-09 19:25
Md. Ali Naser Khan23-Mar-09 19:25 
AnswerRe: How to get handle of PowerPoint window from taskbar? Pin
Eytukan23-Mar-09 20:00
Eytukan23-Mar-09 20: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.