Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error: parse error before "Game"




On 15 Jun 2005, at 11:11, Hugo Veiga wrote:

Hi all,

I've something like this:

#ifndef _GAME_H_
#define _GAME_H_

class Game
{
    public:
    Game();
    ~Game();
    
    private:
    void initializeRenderingMachine();

 

};

#endif//_GAME_H_

When i try to compile it, i get the error stated in the subject, what am i doing wrong?

Thank you.

You've probably got a syntax error in the header file included directly before this one.

Jerry

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >error: parse error before "Game" (From: Hugo Veiga <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.