HI,

I don't know if this is C++ or not, but i found this in a 'simple' C++ program. The program has no int main(). BUt it has
Code:
int initConsole(int& Width, int& Height, int& FullScreen, int& Flags, Screen* S)
I supose that this controls the flow of the whole program? Do you only do this in C++? Or possibly, is this a windows feature only? What does it do?

Thnx in advance