I'm sort of new to programming. I really have no idea why I keep getting a LNK2001 Error with my compiler. I have tried basically everything it told me to. You can check the help VC++ gives...
There is the link to my source code
Here are the errors...
--------------------Configuration: EX2_06 - Win32 Debug--------------------
Compiling...
Ex2_06.cpp
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/EX2_06.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
EX2_06.exe - 2 error(s), 0 warning(s)
Any help? I'm just starting and have no idea. This has nothing to do with me I don't think.
There is the link to my source code
Here are the errors...
--------------------Configuration: EX2_06 - Win32 Debug--------------------
Compiling...
Ex2_06.cpp
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/EX2_06.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
EX2_06.exe - 2 error(s), 0 warning(s)
Any help? I'm just starting and have no idea. This has nothing to do with me I don't think.