Linking errors

I'm pretty new to c++, i got passed the basics, so now im trying a few new thing, but i keep getting errors like "LNK2028". What does this mean?

P.S Im using Visual C++ Express.
It means the linker cannot find a function. You probably prototyped a function then misspelled or forgot to write the definition of it.
paste your full errors here,
you are missing a .lib in linker options.
Topic archived. No new replies allowed.