added dane.txt

and Clion configuration
This commit is contained in:
2024-10-09 20:44:12 +02:00
parent fa3a0894e2
commit 2dc6146b34
8 changed files with 44 additions and 1 deletions

View File

@@ -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";