LNK2019 & LNK1120 errors

Although i have 2 years expierance in c++, i have never come across these errors before, i know they are linker errors, but no idea how to solve em;

Error 10 error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup

Error 11 error LNK1120: 1 unresolved externals

Any help would be appricated, please give me step by step instructions to solve it

Note: this stuff is for a uni project, so would rather not have to spend like 30 minutes fiddling with files if it's something that can easily be fixed
Where and how do you define
int main()
Is the file containing main included in your build?
Ha that might be my issue, as far as i can see i don't have an int main() :P
Topic archived. No new replies allowed.