i kno this is a really general "?" but im gettin this error:

Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/project.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

project.exe - 2 error(s), 0 warning(s)

i have a source file and two header files im trying to link to build the file. the header files are utilizing templates and are being used as a linked list.

can anyone list me some possibilites as to why im gettin this error??

RAZ