|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
The errors start with: undefined type: found 'class', illegal external
declaration: missing ; after 'Vector', and they just keep going and going.
class Vector
{
public:
float x, y, z;
Vector(float _x=0.0, float _y=0.0, float _z=0.0)
{ x=_x; y=_y; z=_z};
operator float *() { return &x };
};
| References: | |
| >C/C++ Problem (From: email@hidden) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.