|
-
April 24th, 2009, 05:56 PM
#11
Re: syntax error : missing ';' before '*'
I noticed that you have using namespace std; in your header files, that can cause problems as well. using namespace whatever; should only be in your implementation files.
Similarly, you have #include <iostream> in your Vertex.h but do not make use of it.
Last edited by jefranki; April 24th, 2009 at 05:57 PM.
Reason: grammar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|