Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Don't Use Boost
C++17
-pedantic-errors
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
a < b: 0
a > b: 1
a == b: 0
b == a: 0
a == a: 1
b == b: 1
ip: 10.1.1.1
ip: 128.0.0.1
ip: 192.168.1.1
ip: 192.168.1.100
ip: 192.168.100.1
0x7ffca9fb610c 0x7ffca9fb6108 0x7ffca9fb6104
0x7ffca9fb6104 0x7ffca9fb6108 0x7ffca9fb610c
Exit Code:
0