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
Passing a pointer to a function
Page 2
Passing a pointer to a function
Pages:
1
2
Apr 19, 2009 at 6:14pm UTC
arun1390
(46)
1
2
3
4
5
6
7
8
module* Module::modulearray(
void
) { . . . .
return
(mods); }
Apr 19, 2009 at 6:19pm UTC
McEtcha
(13)
No it doesnt like that for some reason either
these were that errors it gave
Line Location DdateV001.cpp:57: error: 'mods' was not declared in this scope
Line Location Module.h:101: error: expected initializer before '*' token
Topic archived. No new replies allowed.
Pages:
1
2