Click here to Skip to main content
16,003,417 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about global variables in C/C++. Pin
PJ Arends20-Aug-03 17:15
professionalPJ Arends20-Aug-03 17:15 
GeneralRe: Question about global variables in C/C++. Pin
George220-Aug-03 17:58
George220-Aug-03 17:58 
GeneralRe: Question about global variables in C/C++. Pin
Member 42425920-Aug-03 22:32
Member 42425920-Aug-03 22:32 
GeneralRe: Question about global variables in C/C++. Pin
George221-Aug-03 2:13
George221-Aug-03 2:13 
GeneralRe: Question about global variables in C/C++. Pin
Dangleberry20-Aug-03 22:35
sussDangleberry20-Aug-03 22:35 
GeneralRe: Question about global variables in C/C++. Pin
Dangleberry20-Aug-03 22:36
sussDangleberry20-Aug-03 22:36 
GeneralRe: Question about global variables in C/C++. Pin
George221-Aug-03 2:10
George221-Aug-03 2:10 
GeneralRe: Question about global variables in C/C++. Pin
G. Steudtel21-Aug-03 0:36
G. Steudtel21-Aug-03 0:36 
Hi,
ny default all functions delareed in header files are extern (giving global access), that is the use of the extern keyword is not needed.
All variables declared in headerfiles are assumed to be internal (are local), that's the why you need to declare global variables as extern.
To make a function local (or internal) you must not use the keyword intern but static!

G. Steudtel
GeneralRe: Question about global variables in C/C++. Pin
George221-Aug-03 2:08
George221-Aug-03 2:08 
GeneralRe: Question about global variables in C/C++. Pin
Maxwell Chen21-Aug-03 2:22
Maxwell Chen21-Aug-03 2:22 
GeneralRe: Question about global variables in C/C++. Pin
George221-Aug-03 2:32
George221-Aug-03 2:32 
GeneralRe: Question about global variables in C/C++. Pin
Maxwell Chen21-Aug-03 2:52
Maxwell Chen21-Aug-03 2:52 
GeneralRe: Question about global variables in C/C++. Pin
George221-Aug-03 3:03
George221-Aug-03 3:03 
GeneralRe: Question about global variables in C/C++. Pin
Maxwell Chen21-Aug-03 3:30
Maxwell Chen21-Aug-03 3:30 
GeneralRe: Question about global variables in C/C++. Pin
George221-Aug-03 15:31
George221-Aug-03 15:31 
Generalnewbie problem Pin
Anonymous20-Aug-03 15:35
Anonymous20-Aug-03 15:35 
GeneralRe: newbie problem Pin
parths20-Aug-03 15:46
parths20-Aug-03 15:46 
GeneralRe: newbie problem Pin
Anonymous20-Aug-03 15:54
Anonymous20-Aug-03 15:54 
GeneralRe: newbie problem Pin
Ted Ferenc20-Aug-03 21:42
Ted Ferenc20-Aug-03 21:42 
GeneralRe: newbie problem Pin
Dangleberry20-Aug-03 22:40
sussDangleberry20-Aug-03 22:40 
GeneralRe: newbie problem Pin
Ted Ferenc21-Aug-03 0:24
Ted Ferenc21-Aug-03 0:24 
GeneralRe: newbie problem Pin
Dangleberry21-Aug-03 0:39
sussDangleberry21-Aug-03 0:39 
GeneralRe: newbie problem Pin
Ted Ferenc21-Aug-03 1:17
Ted Ferenc21-Aug-03 1:17 
GeneralGUI qn! Pin
coda_x20-Aug-03 15:01
coda_x20-Aug-03 15:01 
GeneralRe: GUI qn! Pin
Terry O'Nolley20-Aug-03 16:16
Terry O'Nolley20-Aug-03 16:16 

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.