Open main menu

CDOT Wiki β

Changes

C/C++ FAQ

158 bytes added, 22:56, 24 September 2013
C/C++ FAQ
"undefined reference to 'cio::console' or
"undefined reference to 'cio::console::(some function)'.
 
You can find the happyface.cpp at https://scs.senecac.on.ca/~btp300/pages/content/names.html (just scroll to the bottom)
This just happens only on zenit. The program works ok on visual studio. [Asked by Soban Akbar]
This just happens only A: In order to compile the happyface.cpp on zenitlinux, you have to use "g++ console. The program works ok on visual studiocpp happyface.cpp -lncurses".[Answered by Soban Akbar]