This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
BMTP/lab11/prj/ModulesMykhailenko.h
2023-03-28 22:18:00 +03:00

14 lines
301 B
C++
Executable file

#include <vector>
#include "struct_type_project_1.h"
using namespace std;
void add(vector<Product>&, wstring, wstring, wstring, wstring);
void remove(vector<Product>&, wstring);
bool read(vector<Product>&, string);
bool save(vector<Product>&, string);
void search(vector<Product>&, wstring);