您好我正在尝试将一些代码从Windows移植到Linux.我有这个:
itoa(word,aux,2);
但GCC不承认itoa.如何在C++方式上转换为base 2?
谢谢 ;)
c++ base
base ×1
c++ ×1