Original Post
Sorry if this ends up being a really dumb question, but I'm having a tuff time trying to figure this error out. Below are the two errors I get when I try to compile. Linking... LIBCD.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup Debug/Poker.exe : fatal error LNK1120: 1 unresolved externals My program compiled just fine, but once I added the following line #include It started doing this. This was the only change to my code. Any help would be much appreciated. -- Goonst