J
Jon
MartinBroadhurst said:I do know what a POD type is, and I know what a concrete class is as
well. Your definition contains elements of both, but is neither.
Keep thinking that if you want to, but you are wrong.
MartinBroadhurst said:I do know what a POD type is, and I know what a concrete class is as
well. Your definition contains elements of both, but is neither.
Your definition contains elements of both, but is neither.
Nietzsche said "Battle not with monsters, lest ye become a monster,
and if you gaze into the abyss, the abyss gazes also into you."
I think that, on consideration, you will find this quote directly
applicable to your current circumstance with respect to "Jon".
MartinBroadhurst said:Which built-in types? Integers?
class C
{
/* No need to define a default constructor; one is implicitly
defined */
/* No need to define a copy constructor; one is implicitly defined
*/
/* No need to define a copy-assignment operator; one is implicitly
defined */
/* No need to define a destructor; one is implicitly defined */
};
C c1;
C c2;
c1 += c2; /* Damn! */
MartinBroadhurst said:Which built-in types? Integers?
class C
{
/* No need to define a default constructor; one is implicitly
defined */
/* No need to define a copy constructor; one is implicitly defined
*/
/* No need to define a copy-assignment operator; one is implicitly
defined */
/* No need to define a destructor; one is implicitly defined */
};
C c1;
C c2;
c1 += c2; /* Damn! */
MartinBroadhurst said:Jon, you're so wrong that people who are merely massively in error
look to you for consolation.
You're so wrong that the people of the planet Wrong have rung to say
that they don't know you.
You're so wrong that somewhere in Paris, there is an aluminium
simulacrum of you; it is the SI unit of being wrong.
Jon, you're so wrong that people who are merely massively in error
look to you for consolation.
You're so wrong that the people of the planet Wrong have rung to say
that they don't know you.
You're so wrong that somewhere in Paris, there is an aluminium
simulacrum of you; it is the SI unit of being wrong.
MartinBroadhurst said:Jon, you're so wrong that people who are merely massively in error
look to you for consolation.
You're so wrong that the people of the planet Wrong have rung to say
that they don't know you.
You're so wrong that somewhere in Paris, there is an aluminium
simulacrum of you; it is the SI unit of being wrong.
Jon, you're so wrong that people who are merely massively in error
look to you for consolation.
You're so wrong that the people of the planet Wrong have rung to say
that they don't know you.
You're so wrong that somewhere in Paris, there is an aluminium
simulacrum of you; it is the SI unit of being wrong.
One annoying feature is that += isn't by default equivalent to x = x +class C
{
/* No need to define a default constructor; one is implicitly
defined */
/* No need to define a copy constructor; one is implicitly defined
*/
/* No need to define a copy-assignment operator; one is implicitly
defined */
/* No need to define a destructor; one is implicitly defined */
};
C c1;
C c2;
c1 += c2; /* Damn! */
red said:
You seem quite autistic. There is help for that FYI.
James said:[...]
You seem quite autistic. There is help for that FYI.
You seem like a full blown as#hole. Sorry, but there is no help for
that particular problem...
Who is Keith Thompson?
Wncl said:Who is Keith Thompson?
Keith Thompson said:I am either Keith Thompson or Spartacus.
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.