fatal error LNK1104: cannot open file 'msvcirtd.lib' 【solution】

when we meet the error in vs2003 or 2005 like this:fatal error LNK1104: cannot open file 'msvcirtd.lib'

You need to use

#include <iostream>

instead of

#include <iostream.h>

你可能感兴趣的:(fatal error LNK1104: cannot open file 'msvcirtd.lib' 【solution】)