int main() { 
					cout << setw(8) << "x" << setw(15) << "y(x)" << setw(10) << "k" << endl; 
					tabl( -0.8, 0.9, -0.8, 0.0001, y );
					
					cout << endl;
					
						cout << setw(8) << "x" << setw(15) << "s(x)" << setw(10) << "k" << endl ; 
						tabl( -0.8, 0.9, -0.8, 0.0001, s ); 
					return 0; 
				}  
Exemple #2
0
void main()
	{
clrscr();
		int a,b;
		char s[80],s1[80];
		a=DETECT;
		initgraph(&a,&b,"c:\\borlandc\\bgi");

		raz();

		nazl("c:\\wn\\nt\\yoi\kol\\pol\\poi\\bati_gol\\");
		nazr("c:\\wn\\nt\\yoi\kol\\pol\\poi\\bati_gol\\");

		tabl("c:");
		tabr("c:\\borlandc\\include");
		nnaz("c:",5);




getch();
	}