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

C / C++ / MFC

 
GeneralRe: fread x _read Pin
LostInC22-Feb-05 1:40
LostInC22-Feb-05 1:40 
GeneralWinSock Network Packets.. Pin
Halloko18-Feb-05 1:38
Halloko18-Feb-05 1:38 
GeneralUrgent! Need badly older "unicows.lib" for VC6 ! Pin
lob18-Feb-05 1:00
lob18-Feb-05 1:00 
GeneralRe: Urgent! Need badly older "unicows.lib" for VC6 ! Pin
Tim Smith18-Feb-05 15:13
Tim Smith18-Feb-05 15:13 
GeneralUsing the new CL in Visual Studio Pin
soundman3218-Feb-05 0:29
soundman3218-Feb-05 0:29 
GeneralEnabling HotKeys in an MFC based application Pin
PrashantJ17-Feb-05 22:55
PrashantJ17-Feb-05 22:55 
GeneralI am looking for batch program Pin
louis17-Feb-05 22:22
louis17-Feb-05 22:22 
GeneralRe: I am looking for batch program Pin
louis17-Feb-05 23:15
louis17-Feb-05 23:15 
Just in case someone wants to know the difference between arguments and parameters as mentioned in this question.

Arguments are those variables that one passes to a subroutine, or for example, as in the old days when programming in C, main(int argc, char * argv[]). These values are passed before the program is executed.

Parameters on the other hand are variables(inputs) required by a program during its execution, for example scanf() or getc() in C.

Thanks again.

Bamboo
GeneralRe: I am looking for batch program Pin
benjymous18-Feb-05 1:19
benjymous18-Feb-05 1:19 
GeneralRe: I am looking for batch program Pin
David Crow18-Feb-05 3:57
David Crow18-Feb-05 3:57 
GeneralMAPI and Shellexecute Pin
Anonymous17-Feb-05 22:20
Anonymous17-Feb-05 22:20 
GeneralRe: MAPI and Shellexecute Pin
ThatsAlok17-Feb-05 22:24
ThatsAlok17-Feb-05 22:24 
Questionthread calling a callback - does the callback run in the thread process? Pin
nikcain17-Feb-05 22:11
nikcain17-Feb-05 22:11 
AnswerRe: thread calling a callback - does the callback run in the thread process? Pin
Bob Ciora18-Feb-05 2:22
Bob Ciora18-Feb-05 2:22 
GeneralMAPI support for MFC application Pin
Anonymous17-Feb-05 21:47
Anonymous17-Feb-05 21:47 
GeneralCListCtrl in CFormView in Report style..HOW TO ADD along with text/INSERT AN IMAGE AS A SUBITEM Pin
sureshpillai17-Feb-05 19:32
sureshpillai17-Feb-05 19:32 
GeneralRe: CListCtrl in CFormView in Report style..HOW TO ADD along with text/INSERT AN IMAGE AS A SUBITEM Pin
Steve Mayfield17-Feb-05 20:10
Steve Mayfield17-Feb-05 20:10 
GeneralProblem in calling Help file. Pin
nguyennp17-Feb-05 17:38
nguyennp17-Feb-05 17:38 
QuestionHow to stop page eject ? Pin
nareshn217-Feb-05 17:16
nareshn217-Feb-05 17:16 
GeneralRuntime Error Pin
IsaacLitingjun17-Feb-05 16:56
IsaacLitingjun17-Feb-05 16:56 
QuestionHow to disable the Direct3D and DirectDraw function? Pin
ErisonWu17-Feb-05 16:15
ErisonWu17-Feb-05 16:15 
Generaldisabling Excel toolbars from within VC Pin
eldar_200117-Feb-05 14:51
eldar_200117-Feb-05 14:51 
GeneralRe: disabling Excel toolbars from within VC Pin
Sujan Christo17-Feb-05 18:06
Sujan Christo17-Feb-05 18:06 
QuestionHow to create shared memory among processes Pin
chito17-Feb-05 14:43
chito17-Feb-05 14:43 
AnswerRe: How to create shared memory among processes Pin
Abhi Lahare17-Feb-05 16:08
Abhi Lahare17-Feb-05 16:08 

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.