I have just tried to use Dev-C++ v 4.9.9.2 IDE
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
When I compiled my first program I received a link error:
[Linker error] undefined reference to `WinMain@16'
How do I clear this error?