  -  C++Builder 121

var
Rl, R2: double;

function F(R: double):double;

 C++  :

double Rl, R2;

double F(double R) ;

2.    Object Pascal  ,   C++ 
  .         -
  ,   Object Pascal,  C++  -
 . ,  Object Pascal   Labell. Caption,  
C++ Labell->Caption.

3.  C++   ,    ,  ,
  Object Pascal  . ,  Object Pascal   -
Dialogl. Execute,   C++ OpenDialogl->Execute().

4.  Object Pascal  C++    : -
 ,    ..     

    ( Search Replace  

 Ctrl-F)      .

    Object Pascal  C++

;  Object Pascal	C++
 	:=	=
 	=	==
 		'=
 	not	!
   		->
  	'	"
 	{	/*
 	} :*/
 	begin	{
 	end	}
 	nil	NULL
 	Self	this
 if	if	if(
 if	then	)
 do	do	<>
 case	case	switch (
 case	of	){