I have been working on these same errors for hours. There is no decent guide that I can seem to find that explains how to procedurally check code for what may or may not be causing these errors, and anything I do find that has these same error codes usually ends up being about some specific library file... I am using no additional libraries at all.. I am only using a student class that I have created, in its own .h and .cpp files. I am overriding the >> and << operators.. and cannot seem to get rid of these errors.

1>Module 7 - Assignment 7.obj : error LNK2020: unresolved token (0A0002A8) "class Student * students" (?students@@3PAVStudent@@A)
1>Module 7 - Assignment 7.obj : error LNK2001: unresolved external symbol "class Student * students" (?students@@3PAVStudent@@A)
1>I:\College\~Summer 2010\10SS_INFO_1532_WW - C++ Programming II\Week 8 - Module 7\Module 7 - Assignment 7\Debug\Module 7 - Assignment 7.exe : fatal error LNK1120: 2 unresolved externals
I am more than Happy to post my code if needed. All I need is a direction to look.. I'd happily peruse through hex data or anything if I can be directed to a guide that will instruct me on how to do so.. I am completely lost. No class I have attended teaches how to debug these errors..

I am using Visual Basic 2008, using windows 7 64bit.