Added missing include on <stdio> This fixed the following compiler error:
main.cpp:50: error: 'stdin' was not declared in this scope main.cpp:50: error: 'setbuf' was not declared in this scope main.cpp:51: error: 'stdout' was not declared in this scope