Around 07:39am on Friday, June 27, 2008 (UK time), Jos Timanta Tarigan scrawled:
> I applied my code so it look like this: > > and my main.cpp: > > #include "Person.cpp" This should be: #include "Person.h" Don't include the .cpp file. > using namespace std; You don't need this with your own header files. Steve -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting a bad thing? 11:42:58 up 1:33, 1 user, load average: 0.01, 0.10, 0.07
