is this standard C++ MyClass::+

N

Nick Keighley

Hi

Is this standard C++ or some (Microsoft?) extension?

This seemed to be a member function definition

Type MyClass::+ ()
{
}

It seemed to be an alias for a function that appeared in the class
definition
 
C

Christof Donat

Hi,
Is this standard C++ or some (Microsoft?) extension?

This seemed to be a member function definition

Type MyClass::+ ()
{
}

It seemed to be an alias for a function that appeared in the class
definition

No, this is definatelly not standard. Just get another compiler like e.g. gcc
and check there.

Christof
 
V

Vladyslav Lazarenko

Hi,





No, this is definatelly not standard. Just get another compiler like e.g. gcc
and check there.

Christof

Comeau online checking is probably the most convenient 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

No members online now.

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,416
Latest member
LionelQ387

Latest Threads

Top