Курсовая работа: Розробка програми мовою програмування С++ по пошуку коренів нелінійних рівнянь
Текст програми
main.cpp
#include <stdlib.h>
#include <iostream.h>
#include <conio.h>
#include <graphics.h>
#include <dos.h>
#include <stdio.h>
#include <math.h>
#include "tytulka.cpp"
#include "grafik.cpp"
#include "dyhotom.cpp"
#include "demon.cpp"
void avtor()
{
clrscr();
setcolor(10);
int xmax=getmaxx(),ymax=getmaxy();
bar(0,0,xmax,ymax);
setcolor(BLUE);
settextstyle(0,0,2);
outtextxy(175,150,"Kursovu robotu");
outtextxy(230,250,"vykonav");
outtextxy(150,350,"Shypuk Oleksandr");
getch();
}
//===============================================================
void main()
{