Want to ask OCCI

R

rangga

when we create an environtment
void x () {
Environment *env;
void *a,*b;
this->env = Environment::createEnvironment (Environment::OBJECT, a,
b (*));
}

then there an error
error: initializing argument 3 of âstatic oracle::eek:cci::Environment*
oracle::eek:cci::Environment::createEnvironment(oracle::eek:cci::Environment::Mode,
void*, void* (*)(void*, size_t), void* (*)(void*, void*, size_t), void
(*)(void*, void*))â

what its mean ? by void* (*)(void*, size_t) ?? i dont understand ?
 
I

Ian Collins

rangga said:
when we create an environtment
void x () {
Environment *env;
void *a,*b;
this->env = Environment::createEnvironment (Environment::OBJECT, a,
b (*));
}
Definitely a full moon. The C++ group is down the hall, ask for Keith,
he knows the way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top