Hi, I have a basic understanding of C++, but when I examine real-world code I still encounter lots of confusing bits and pieces. For example, this class declaration from the Ogre 3D source:
class _OgreExport Root : public Singleton
{
...
What is _OgreExport?
Thanks!