     

         -,   Borland C++,  
   C++.      
,, , ,         ANSI  
  C++.         C++ 
 .  .H.      .  ., 
         ., 
      . 

      5        WELCOME.. 
 12.1     C++   .    
   DOS    bcc welcome  welcome. 
         
TargetExport  EasyWin   <Ctrl+F9> 

     12.1 WELCOME.CPP (  C++) 

    #include <iostream.h> 

    main() { 
       cout  "Welcome to Borland C++ programming!  \n" 
        return(); 
    } 

          12.1   5.1. 
-,     IOSTREAM.H   STDIO.H 
(        ). -, 
  5      cout ("character 
out",  " ")   -    
 .         (  
,  ),   -   C++  
(" ").       ,  
 ,   ,  WELCOME,     
-,  cout. 
           -.  
firstName  lastName      char *,   

    cout  lastName  ","  firstName   '\n'; 

       (lastName  ),    
  .     "\"   
'\'     .    
     iostream   .  
  ,     ,   : 

    cout  lastName 
     "," 
     firstName 
     '\n' 

      -     
  ,   (,  int, long, double),  
 .,    .  count   long,   

    cout  "Count == "  count   '\n'; 

 ,   count   . 
        -      
.             
   III. 

     

        stdio    - 
,    printf()      
 C++. ,      15   - 
      .  prinf()  
        
 , ,        . 


       C++ 

            C++,   
    ANSI   C++. 


     12.   C++     279 
