Game source problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Joseph1337
Posts: 4
Joined: Sun Feb 03, 2008 10:06 am

Game source problem

Post by Joseph1337 »

Well i started with Irrlicht recently and thought that the best way of learning it will be to create a game - a quite simple fps in my case. What I got now is some header files with not finished basic classes of the game. The problem is
that when I moved each class to a separate header i produced many error - 30 or so. If you can tell me what I did wrong it will be very helpfull :)

Here`s the rar with the code:

http://rapidshare.com/files/89709423/De ... e.rar.html

Any comments and hints from a more experienced developer about the design will be greatly appricieted :wink: (Note - I want to still add in it collisions, gui, most probarly bump/parallax mapping, maybe shaders. Now I want to add the basic stuff like lights etc)
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

To save everyone else having to find out, it's a Windows / Dev-C++ project.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Presumably you're having these problems as you're fairly new to C++ (or programming in general)?

It would be in your best interests to first learn how the language works in simple C++ tutorials before diving into a game project. Even a simple FPS can be a lot of fairly complicated code.
Image Image Image
Post Reply