I am working with cpp and getting the error message: MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function __tmainCRTStartup Here is the detail of the code that I ran #include <iostream> using ...