.6.                                       _        361

   .   extern     -
 .    extern   -
 ,   .    ext ern , 
  ,    .  ,
     ,   :

  progl.cpp

char ;            // 

  prog2.cpp

extern char ;     // 

  prog3.cpp

extern int n = 5; // 

  prog4.cpp

char ;            //  
extern float n;    //:  
extern int k;      //:  

    (inline)     -
      .  ,   
.       extern. 
     ,     -
   ,    .

 typedef      .  -
         .
   typedef,    ,
    .  , 
 ,      ,      -
    .

         
 :

//LMPstack.h

ftifndef LMP_stack //   

ftdefine LMP_stack

namespace LMP {

class stack { . } ;

}
ftendif