Click here to Skip to main content
15,919,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with flickering in WM_SIZE Pin
Optimus Chaos4-Apr-03 6:00
Optimus Chaos4-Apr-03 6:00 
GeneralRe: Problem with flickering in WM_SIZE Pin
Joan M4-Apr-03 6:41
professionalJoan M4-Apr-03 6:41 
GeneralRe: Problem with flickering in WM_SIZE Pin
Dudi Avramov5-Apr-03 21:59
Dudi Avramov5-Apr-03 21:59 
GeneralRe: Problem with flickering in WM_SIZE Pin
Optimus Chaos6-Apr-03 20:46
Optimus Chaos6-Apr-03 20:46 
QuestionHow do I pass a structure to a function?? Pin
IrishSonic4-Apr-03 6:00
IrishSonic4-Apr-03 6:00 
AnswerRe: How do I pass a structure to a function?? Pin
Jesse Evans4-Apr-03 6:24
Jesse Evans4-Apr-03 6:24 
GeneralRe: How do I pass a structure to a function?? Pin
John R. Shaw4-Apr-03 7:54
John R. Shaw4-Apr-03 7:54 
GeneralRe: How do I pass a structure to a function?? Pin
Jesse Evans4-Apr-03 8:15
Jesse Evans4-Apr-03 8:15 
Not to pick nits with you, but in the C 'bible' ("The C Programming Language", Kernighan & Ritchie) chapter 1.8 ("Arguments - Call by value") passing arguments by value is differentiated from other methods, which are referred to as "call by reference". Argument passing by value vs. by 'reference' is also mentioned several other places in the book. So, although this technique is implemented by passing pointers, it can be referred to in more than one way.

Still, your 'point' is well taken and your examples illustrate the issue quite nicely, much better than mine did.

'til next we type...
HAVE FUN!! -- Jesse
GeneralRe: How do I pass a structure to a function?? Pin
Rob McBean4-Apr-03 10:31
Rob McBean4-Apr-03 10:31 
GeneralRe: How do I pass a structure to a function?? Pin
Jesse Evans4-Apr-03 10:55
Jesse Evans4-Apr-03 10:55 
GeneralRe: How do I pass a structure to a function?? Pin
Gary R. Wheeler4-Apr-03 14:24
Gary R. Wheeler4-Apr-03 14:24 
GeneralRe: How do I pass a structure to a function?? Pin
John R. Shaw4-Apr-03 15:36
John R. Shaw4-Apr-03 15:36 
AnswerRe: How do I pass a structure to a function?? Pin
Ernesto D.4-Apr-03 23:37
Ernesto D.4-Apr-03 23:37 
GeneralBeginner Database Programming Question Pin
Brent Corkum4-Apr-03 5:21
Brent Corkum4-Apr-03 5:21 
GeneralRe: Beginner Database Programming Question Pin
John M. Drescher4-Apr-03 6:01
John M. Drescher4-Apr-03 6:01 
GeneralRe: Beginner Database Programming Question Pin
Brent Corkum4-Apr-03 6:07
Brent Corkum4-Apr-03 6:07 
GeneralRe: Beginner Database Programming Question Pin
John M. Drescher4-Apr-03 6:11
John M. Drescher4-Apr-03 6:11 
GeneralRe: Beginner Database Programming Question Pin
Jesse Evans4-Apr-03 6:31
Jesse Evans4-Apr-03 6:31 
GeneralCapture Video to memory and send over LAN Pin
extremalis4-Apr-03 4:50
extremalis4-Apr-03 4:50 
GeneralRe: Capture Video to memory and send over LAN Pin
Joan M4-Apr-03 6:45
professionalJoan M4-Apr-03 6:45 
GeneralRe: Capture Video to memory and send over LAN Pin
extremalis6-Apr-03 2:48
extremalis6-Apr-03 2:48 
GeneralRe: Capture Video to memory and send over LAN Pin
Anonymous20-Apr-03 17:15
Anonymous20-Apr-03 17:15 
QuestionUsing MFC HTTP classes for file upload? Pin
Anonymous4-Apr-03 4:49
Anonymous4-Apr-03 4:49 
GeneralExplicit DLL call... Pin
Raphael Kindt4-Apr-03 4:16
Raphael Kindt4-Apr-03 4:16 
GeneralRe: Explicit DLL call... Pin
Joaquín M López Muñoz4-Apr-03 4:47
Joaquín M López Muñoz4-Apr-03 4:47 

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.