Wrote a class...got some errors...help

Started by
22 comments, last by LessThanJoe 22 years, 3 months ago
I spent quite a while searching for a good guide, but didn''t find any.

So I spent some time looking over other header files/classes/ect, and the only possible thing for those 102 errors that I can think of is that the compiler doesn''t know what apvector is.

Anyone have any ideas on how I can make it learn what apvector is? (kicking and yelling at it don''t seem to work very well...but further testing is guarneteed to happen)

Advertisement
C''mon, we are rotating by 90 degrees man! Just flip some X and Y values, and change some signs, and you are finished

-Maarten Leeuwrik
"Some people when faced with the end of a journey simply decide to begin anew I guess."
umm...This post had nothing to do with rotation, evilcrap was just showing me a better way to do rotation then what I did.

if you want to yell at me for not knowing classes...go for it.
the only reason it wouldnt know what apvector is is if it wasnt defined anywhere -
have you defined the headers containing apvector?
do those headers actually contain apvector?
is the include code reachable?

does the compiler specifically say that apvector is undefined or not recognized as a valid identifier?

This topic is closed to new replies.

Advertisement