Divided classes appended them to one main
This commit is contained in:
@@ -54,16 +54,9 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
private:
|
||||
float a, b;
|
||||
vector<float> x ,y;
|
||||
};
|
||||
|
||||
int main()
|
||||
{
|
||||
Newton first;
|
||||
first.readFromFile("input.txt");
|
||||
// first.wyswietl_x_y();
|
||||
first.wyswietl_tabela();
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user