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?
Compiler setup/customization question
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.
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
#irrlicht on irc.freenode.net