Курсовая работа: Розробка програми мовою програмування С++ по пошуку коренів нелінійних рівнянь
cout << "-------------------------------------------------" << endl;
cout << "korin rivnjannja x=" << (a + b) / 2 << endl;
cout << "kilkist iteratsij n=" << k << endl;
}
fclose(fp1);
fclose(fp2);
getch();
}
grafik.cpp
#include <stdlib.h>
#include <iostream.h>
#include <conio.h>
#include <graphics.h>
#include <dos.h>
#include <stdio.h>
#include <math.h>
void grafik()
{
clrscr();
setcolor(WHITE);
int xmax=getmaxx(),ymax=getmaxy();
bar(0,0,xmax,ymax);
setcolor(RED);
line(10,240,630,240);
line(620,235,630,240);
line(620,245,630,240);
settextstyle(0,0,1);
outtextxy(620,225,"x");
line(320,10,320,470);