cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
confuse on pointer
confuse on pointer
Mar 12, 2008 at 12:19am UTC
cva
(25)
m_pModule = (CTSModuleForWnd *) pModule;
usually we use pointer in front rite?why is it behind of a variable??can someone explain to me what is it means?
Mar 12, 2008 at 12:49am UTC
diogenes mota
(1)
What's happening here is a casting to assure that the pModule is up to be pointed by the m_pModule.
Topic archived. No new replies allowed.