MaxMartST / OOP

Курс по объектно ориентированному программированию
1 stars 0 forks source link

Замечания по программе #12

Open alexey-malov opened 4 years ago

alexey-malov commented 4 years ago
1>C:\teaching\oop-ips\martynenko\OOP\Lw 6\task_1_http_url\CUrlParsingError.h(6,38): error C2039: 'invalid_argument': is not a member of 'std'
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\include\string(24): message : see declaration of 'std'
1>C:\teaching\oop-ips\martynenko\OOP\Lw 6\task_1_http_url\CUrlParsingError.h(7,1): error C2504: 'invalid_argument': base class undefined
2>C:\teaching\oop-ips\martynenko\OOP\Lw 6\task_1_http_url\CUrlParsingError.h(6,38): error C2039: 'invalid_argument': is not a member of 'std'
1>C:\teaching\oop-ips\martynenko\OOP\Lw 6\task_1_http_url\CUrlParsingError.cpp(7,4): error C2614: 'CUrlParsingError': illegal member initialization: 'invalid_argument' is not a base or member
1>main.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\include\string(24): message : see declaration of 'std'
2>C:\teaching\oop-ips\martynenko\OOP\Lw 6\task_1_http_url\CUrlParsingError.h(7,1): error C2504: 'invalid_argument': base class undefined
2>C:\teaching\oop-ips\martynenko\OOP\Lw 6\task_1_http_url\CUrlParsingError.cpp(7,4): error C2614: 'CUrlParsingError': illegal member initialization: 'invalid_argument' is not a base or
alexey-malov commented 4 years ago
alexey-malov commented 4 years ago

https://github.com/MaxMartST/OOP/blob/36dd9b0ced80de181b14517c7270dbeec5d64c14/Lw%206/task_1_http_url/CHttpUrl.cpp#L80-L88