cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
what is the token between class and clas
what is the token between class and class-name
Jul 22, 2011 at 9:24am UTC
Erin100280
(1)
Example:
class
_OgreExport DataStream :
public
StreamAlloc
Trying to find out what '_OgreExport' is/does in this case.
Jul 22, 2011 at 10:44am UTC
bartoli
(271)
It must be a macro for when ogre is used as a DLL, set to declspec(dllexport) or __declspec(dllimport) depending if the header file is used in the ogre DLL or in your program that uses ogre
Topic archived. No new replies allowed.