"Leigh Johnston" <> wrote in message
news

...
> On 06/03/2011 11:13, Paul wrote:
>>
>> "Juha Nieminen" <> wrote in message
>> news:4d734116$0$2867$...
>>> Paul <> wrote:
>>>> The mental bond you have with C++ will probably dissapear when/if you
>>>> learn
>>>> asm.
>>>
>>> That's the most random and surrealistic comment I have seen in a while.
>>>
>>> Why would his attitude towards C++ change in any way if he learns asm?
>>>
>> As I said its not the sysntax its the understanding of the underlying
>> mechanics. Java syntax is almost identical but with better array
>> declarations but you don't think of it the same.
>>
>
> And if *you* understood the underlying mechanics you wouldn't keep
> bleating that a member function is a member of an object.
>
> In C++ a member function is a member of a class not a member of an object;
> after compilation functions (member of otherwise) only exist as machine
> code in the text segment; in C++ an object is simply a region of storage.
>
16-bit MS-DOS tiny memory model is one clear example of a non segmented
memory model.
Strange how we can use C++ functions in these programs, yet they have no
text segement.
Something is wrong , its either you or the complete computer programming
world.