Внесені виправлення до лабораторної роботи № 11
This commit is contained in:
parent
f9f0a2e364
commit
c174fea811
2 changed files with 6 additions and 1 deletions
Binary file not shown.
|
@ -1,4 +1,7 @@
|
|||
#include <vector>
|
||||
#ifndef MODULESMYKHAILENKO_H_INCLUDED
|
||||
#define MODULESMYKHAILENKO_H_INCLUDED
|
||||
|
||||
#include <vector>
|
||||
#include "struct_type_project_1.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -12,3 +15,5 @@ bool read(vector<Product>&, string);
|
|||
bool save(vector<Product>&, string);
|
||||
|
||||
void search(vector<Product>&, wstring);
|
||||
|
||||
#endif // MODULESMYKHAILENKO_H_INCLUDED
|
||||
|
|
Reference in a new issue