OK heres the deal, I go to school and I unfortunetly have to program in C++ (I much preffer Java). Well anyway I am sick of telneting into my schools unix system and using g++ to do all of my programs, so I have MS Visual C++ 5.0 here, and it compiles everything seperate fine but when it tries to link several files together (a .cpp - the main program, a .h - a class definition, and a .cpp which holds all of the definitions of the classes functions) well anyway, I can get everything to link correctly in g++ but visual C++ gives me long undescriptive errors, I think it has something to do with namespaces but I am out of ideas, if anyone knows what to do let me know please, thanks in advance.