I am working on a program where i have to made a word appear at centre and scroll left. I've written a program which will do the work but the problem is that my compiler (codeBlocks v16.01) is not accepting my code, i have tested the same code working on my friends computer.
||=== Build: Debug in CodeBlocks (compiler: GNU GCC Compiler) ===|
C:\Users\...\Documents\CodeBlocks\main.cpp||In function 'int main()':|
C:\Users\...\Documents\CodeBlocks\main.cpp|25|error: 'strlen' was not declared in this scope|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 28 second(s)) ===|