Click here to Skip to main content
15,908,254 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resize an image without a Window Pin
Richard MacCutchan7-Sep-09 11:42
mveRichard MacCutchan7-Sep-09 11:42 
AnswerRe: Resize an image without a Window Pin
Stuart Dootson7-Sep-09 14:50
professionalStuart Dootson7-Sep-09 14:50 
QuestionCalling CFrameWnd::RecalcLayout causes slight flicker in left pane (CTreeView) of outlook style splitter app Pin
Sternocera7-Sep-09 9:20
Sternocera7-Sep-09 9:20 
AnswerRe: Calling CFrameWnd::RecalcLayout causes slight flicker in left pane (CTreeView) of outlook style splitter app Pin
Richard MacCutchan7-Sep-09 10:56
mveRichard MacCutchan7-Sep-09 10:56 
GeneralRe: Calling CFrameWnd::RecalcLayout causes slight flicker in left pane (CTreeView) of outlook style splitter app Pin
Sternocera7-Sep-09 11:01
Sternocera7-Sep-09 11:01 
GeneralRe: Calling CFrameWnd::RecalcLayout causes slight flicker in left pane (CTreeView) of outlook style splitter app Pin
Richard MacCutchan7-Sep-09 11:26
mveRichard MacCutchan7-Sep-09 11:26 
QuestionHow to display SSL Certificate ? Pin
Member 38346307-Sep-09 7:42
Member 38346307-Sep-09 7:42 
Questionhow to generate a static library ".lib" from a DLL? Pin
bahareh6557-Sep-09 7:38
bahareh6557-Sep-09 7:38 
AnswerRe: how to generate a static library ".lib" from a DLL? Pin
Richard MacCutchan7-Sep-09 11:45
mveRichard MacCutchan7-Sep-09 11:45 
QuestionHow to create a login form by using a database in MFC dialog based application Pin
kokilag7-Sep-09 7:15
kokilag7-Sep-09 7:15 
AnswerRe: How to create a login form by using a database in MFC dialog based application Pin
Mike Danberg7-Sep-09 19:43
Mike Danberg7-Sep-09 19:43 
QuestionWhat is the difference between Parameter and Argument? Pin
nowrocktheworld7-Sep-09 3:57
nowrocktheworld7-Sep-09 3:57 
AnswerRe: Parameter or Argument Pin
Cedric Moonen7-Sep-09 4:15
Cedric Moonen7-Sep-09 4:15 
AnswerRe: Parameter or Argument Pin
Michael Schubert7-Sep-09 4:43
Michael Schubert7-Sep-09 4:43 
GeneralRe: Parameter or Argument Pin
nowrocktheworld7-Sep-09 4:50
nowrocktheworld7-Sep-09 4:50 
GeneralRe: Parameter or Argument Pin
Michael Schubert7-Sep-09 4:58
Michael Schubert7-Sep-09 4:58 
JokeRe: What is the difference between Parameter or Argument? Pin
Maximilien7-Sep-09 5:20
Maximilien7-Sep-09 5:20 
GeneralRe: What is the difference between Parameter or Argument? Pin
Michael Schubert7-Sep-09 6:16
Michael Schubert7-Sep-09 6:16 
AnswerRe: What is the difference between Parameter and Argument? Pin
Joe Woodbury7-Sep-09 8:46
professionalJoe Woodbury7-Sep-09 8:46 
At the very least, one has a P, the other doesn't.

Being totally pedantic, parameter is the declaration of what should be passed while argument is the value being passed. Many programmers will refer to parameters as arguments, but rarely the other way around. (It seems that this is more common among older developers.)

This is a pretty good discussion: http://en.wikipedia.org/wiki/Parameter_(computer_science)[^]
AnswerRe: What is the difference between Parameter and Argument? Pin
dplong7-Sep-09 9:47
dplong7-Sep-09 9:47 
GeneralRe: What is the difference between Parameter and Argument? Pin
nowrocktheworld8-Sep-09 3:01
nowrocktheworld8-Sep-09 3:01 
GeneralRe: What is the difference between Parameter and Argument? Pin
dplong8-Sep-09 5:03
dplong8-Sep-09 5:03 
GeneralRe: What is the difference between Parameter and Argument? Pin
nowrocktheworld8-Sep-09 2:30
nowrocktheworld8-Sep-09 2:30 
AnswerRe: What is the difference between Parameter and Argument? Pin
Member 419459315-Sep-09 4:54
Member 419459315-Sep-09 4:54 
QuestionWindow Message Pin
aurelcly7-Sep-09 3:46
aurelcly7-Sep-09 3: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.