AlexDorohoff / OOP

Лабораторные работы по ООП
0 stars 0 forks source link

Замечания по HttpURL #11

Open alexey-malov opened 6 years ago

alexey-malov commented 6 years ago
1>c:\teaching\ips\2018\oop\dorohov\oop\lab6\lab6\chttpurl.cpp(30): warning C4715: '`anonymous namespace'::ProtocolToString': not all control paths return a value
alexey-malov commented 6 years ago
alexey-malov commented 6 years ago
2>c:\teaching\ips\2018\oop\dorohov\oop\lab6\http_test\http_test.cpp(43): warning C4305: 'argument': truncation from 'int' to 'unsigned short'
2>c:\teaching\ips\2018\oop\dorohov\oop\lab6\http_test\http_test.cpp(43): warning C4309: 'argument': truncation of constant value
alexey-malov commented 6 years ago
alexey-malov commented 6 years ago
alexey-malov commented 6 years ago
alexey-malov commented 6 years ago
alexey-malov commented 6 years ago
http://ya.ru:443
url: http://ya.ru/
protocol: http
domain: ya.ru
document:
port: 443
alexey-malov commented 6 years ago
alexey-malov commented 6 years ago
enum Protocol

{
    HTTP,
    HTTPS
};