Compiler setup/customization question

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
ozrinaut
Posts: 28
Joined: Tue Sep 13, 2005 5:09 pm

Compiler setup/customization question

Post by ozrinaut »

Hello - this is probably a newb question but here goes;

I watched a video the other day showing someone compiling a program. When they typed out something it would auto-fill it from that class. I realize this is going to be an IDE compiler-specific feature, so this brings me to two questions.

1.] Is this possible in Visual c++ 2005 Express ?
2.] How?
sgt_pinky
Posts: 149
Joined: Sat Oct 14, 2006 11:20 am
Location: Melbourne, Australia

Post by sgt_pinky »

Do you mean 'intellisense'? So when you start typing, it automatically fills out the function name for you?

That's standard with VC++ Express - you just have to make sure you have your header includes as the IDE is expecting them.

Intellisense also works in other IDE's, like Dev-C++ for example.

If that's not what you mean, try and clarify your question a bit.
Intellectuals solve problems - geniuses prevent them. -- Einstein
#irrlicht on irc.freenode.net
Post Reply