Liverpoololympia.com

Just clear tips for every day

FAQ

What is Ellis theory?

What is Ellis theory? Albert Ellis (1957, 1962) proposes that each of us hold a unique set of assumptions about ourselves and our world that serve to guide us through life and determine our reactions to the various situations we Read more…

What does WinMain mean?

What does WinMain mean? WinMain() is the C entry point function of any windows application. Like normal DOS/console based application which has main() function as C entry point, in windows we have WinMain() instead. WinMain() is a function which is Read more…