Click here to Skip to main content
15,900,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalextern sample in MSDN Pin
George_George10-Feb-08 19:43
George_George10-Feb-08 19:43 
GeneralRe: extern sample in MSDN Pin
Don Box10-Feb-08 19:45
Don Box10-Feb-08 19:45 
GeneralRe: extern sample in MSDN Pin
George_George10-Feb-08 20:04
George_George10-Feb-08 20:04 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt10-Feb-08 20:26
Stephen Hewitt10-Feb-08 20:26 
GeneralRe: extern sample in MSDN Pin
George_George10-Feb-08 20:29
George_George10-Feb-08 20:29 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt10-Feb-08 20:44
Stephen Hewitt10-Feb-08 20:44 
GeneralRe: extern sample in MSDN Pin
George_George10-Feb-08 22:27
George_George10-Feb-08 22:27 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt11-Feb-08 14:15
Stephen Hewitt11-Feb-08 14:15 
From section 3.1.2 of the C++ standard:
 “A declaration is a definition unless it declares a function without specifying the function’s body (8.4), it contains the extern specifier (7.1.1) or a linkage-specification (7.5) and neither an initializer nor a function-body, it declares a static data member in a class declaration (9.4), it is a class name declaration (9.1), or it is a typedef declaration (7.1.3), a using-declaration (7.3.3), or a using-directive (7.3.4).”

Steve

GeneralRe: extern sample in MSDN Pin
George_George12-Feb-08 0:30
George_George12-Feb-08 0:30 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt12-Feb-08 12:49
Stephen Hewitt12-Feb-08 12:49 
GeneralRe: extern sample in MSDN Pin
George_George12-Feb-08 16:16
George_George12-Feb-08 16:16 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt12-Feb-08 16:27
Stephen Hewitt12-Feb-08 16:27 
GeneralRe: extern sample in MSDN Pin
George_George12-Feb-08 16:36
George_George12-Feb-08 16:36 
GeneralRe: extern sample in MSDN Pin
Hamid_RT12-Feb-08 3:39
Hamid_RT12-Feb-08 3:39 
GeneralRe: extern sample in MSDN Pin
George_George12-Feb-08 4:03
George_George12-Feb-08 4:03 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt12-Feb-08 15:01
Stephen Hewitt12-Feb-08 15:01 
GeneralDisable a toolbar button Pin
orihime10-Feb-08 18:14
orihime10-Feb-08 18:14 
GeneralRe: Disable a toolbar button Pin
Stephen Hewitt10-Feb-08 20:08
Stephen Hewitt10-Feb-08 20:08 
GeneralRe: Disable a toolbar button Pin
David Crow11-Feb-08 3:15
David Crow11-Feb-08 3:15 
QuestionAt the end of my rope with C++ (that includes Visual C++! ) Pin
Nic4310-Feb-08 17:47
Nic4310-Feb-08 17:47 
GeneralRe: At the end of my rope with C++ (that includes Visual C++! ) Pin
Garth J Lancaster10-Feb-08 19:08
professionalGarth J Lancaster10-Feb-08 19:08 
GeneralRe: At the end of my rope with C++ (that includes Visual C++! ) Pin
Matthew Faithfull10-Feb-08 23:32
Matthew Faithfull10-Feb-08 23:32 
Generalcan't open lib file [modified] Pin
gentleguy10-Feb-08 17:21
gentleguy10-Feb-08 17:21 
GeneralRe: can't open lib file Pin
Stephen Hewitt10-Feb-08 17:26
Stephen Hewitt10-Feb-08 17:26 
GeneralRe: can't open lib file Pin
gentleguy10-Feb-08 17:35
gentleguy10-Feb-08 17:35 

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.