Search found 3 matches

by Limb
Fri May 14, 2004 11:12 am
Forum: Off-topic
Topic: How to use classes
Replies: 5
Views: 1409

I get the language, just really dont remember the whole classes and pointers thing (I learned about them, but never used them much until now so I have forgotten about them, heh). Guess I should read up on them again :? and I'm always forgetting those stupid ()'s :roll:

Well, Thanks for the help ...
by Limb
Fri May 14, 2004 1:53 am
Forum: Off-topic
Topic: How to use classes
Replies: 5
Views: 1409

Thanks, got it working but now i need some more help. Im getting 2 weird errors that i dont quite understand.... heres my code:

Main.cpp
#include <irrlicht.h>
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using namespace gui ...
by Limb
Fri May 14, 2004 12:47 am
Forum: Off-topic
Topic: How to use classes
Replies: 5
Views: 1409

How to use classes

Hey,

Well, i seem to have stumbled on a little trouble here. I need some help with classes. I thought you could use a seperate .cpp and .h file to setup a class (.h to do the defines and .cpp to code the functions), then just compile and your main file would recognise the class. Am I doing ...