794977_0_0_26386.cpp: In copy constructor `xnum::xnum(const xnum&)':
794977_0_0_26386.cpp:12: error: `memcpy' undeclared (first use this function)
794977_0_0_26386.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
794977_0_0_26386.cpp: In member function `xnum& xnum::operator=(const xnum&)':
794977_0_0_26386.cpp:20: error: `memcpy' undeclared (first use this function)
794977_0_0_26386.cpp: In member function `void xnum::print()':
794977_0_0_26386.cpp:27: error: `printf' undeclared (first use this function)
794977_0_0_26386.cpp: In constructor `xnum::xnum(char*)':
794977_0_0_26386.cpp:39: error: `strlen' undeclared (first use this function)
794977_0_0_26386.cpp: At global scope:
794977_0_0_26386.cpp:191: error: expected constructor, destructor, or type conversion before '&' token
794977_0_0_26386.cpp:191: error: expected `,' or `;' before '&' token
794977_0_0_26386.cpp:202: error: expected constructor, destructor, or type conversion before '&' token
794977_0_0_26386.cpp:202: error: expected `,' or `;' before '&' token
794977_0_0_26386.cpp: In function `int div(char*, int)':
794977_0_0_26386.cpp:222: error: `strlen' undeclared (first use this function)
|