encoder.cpp: In function 'void encode(int, int*)':
encoder.cpp:118:3: error: 'send' was not declared in this scope
send(x);
^~~~
encoder.cpp:118:3: note: suggested alternative: 'setns'
send(x);
^~~~
setns
encoder.cpp: At global scope:
encoder.cpp:63:13: warning: 'bool operator<=(bset, bset)' defined but not used [-Wunused-function]
static bool operator <= (bset b1, bset b2) {
^~~~~~~~
encoder.cpp:59:13: warning: 'bool operator>(bset, bset)' defined but not used [-Wunused-function]
static bool operator > (bset b1, bset b2) {
^~~~~~~~
encoder.cpp:38:13: warning: 'bset operator-(bset, bset)' defined but not used [-Wunused-function]
static bset operator - (bset b1, bset b2) {
^~~~~~~~
decoder.cpp: In function 'void decode(int, int, int*)':
decoder.cpp:107:3: error: 'output' was not declared in this scope
output(val);
^~~~~~
decoder.cpp:107:3: note: suggested alternative: 'getpt'
output(val);
^~~~~~
getpt
decoder.cpp: At global scope:
decoder.cpp:63:13: warning: 'bool operator<=(bset, bset)' defined but not used [-Wunused-function]
static bool operator <= (bset b1, bset b2) {
^~~~~~~~
decoder.cpp:59:13: warning: 'bool operator>(bset, bset)' defined but not used [-Wunused-function]
static bool operator > (bset b1, bset b2) {
^~~~~~~~
decoder.cpp:55:13: warning: 'bool operator>=(bset, bset)' defined but not used [-Wunused-function]
static bool operator >= (bset b1, bset b2) {
^~~~~~~~
decoder.cpp:38:13: warning: 'bset operator-(bset, bset)' defined but not used [-Wunused-function]
static bset operator - (bset b1, bset b2) {
^~~~~~~~