Failure to build following code in VC2005. what is the wrong with the following code?
============================================================================
A link error indicates that after the compilation stage, your linker cannot find an object file containing some compile code it needs. Generally this happens when you have neglected to add your libraries to the list of libraries to link against, or you have not compiled all your code. Does it state a function it cannot find?