added dane.txt
and Clion configuration
This commit is contained in:
@@ -9,7 +9,7 @@ pair<vector<float>,int> read_data() {
|
||||
vector<float> a;
|
||||
int stopien = 0;
|
||||
|
||||
fstream file("dane.txt");
|
||||
fstream file("../dane.txt");
|
||||
if (!file)
|
||||
{
|
||||
cerr << "Nie udalo sie otworzyc pliku\n";
|
||||
|
||||
Reference in New Issue
Block a user