Connecting Tech Pros Worldwide Forums | Help | Site Map

C++ in depth

_asr_@inbox.ru
Guest
 
Posts: n/a
#1: Jul 23 '05
Where can I read about implementation of "low-level" C++ means :
1) Memory work
2) Internal stack
3) Virtual Method Table
4) etc....

Thanks!


Ali Çehreli
Guest
 
Posts: n/a
#2: Jul 23 '05

re: C++ in depth


<_asr_@inbox.ru> wrote in message
news:1117795506.749660.230410@g44g2000cwa.googlegr oups.com...[color=blue]
> Where can I read about implementation of "low-level" C++ means :
> 1) Memory work
> 2) Internal stack
> 3) Virtual Method Table
> 4) etc....[/color]

I think Stanley Lippman's "Inside the C++ Object Model" covers most or all
of those subjects.

Ali

Ian
Guest
 
Posts: n/a
#3: Jul 23 '05

re: C++ in depth


_asr_@inbox.ru wrote:[color=blue]
> Where can I read about implementation of "low-level" C++ means :
> 1) Memory work
> 2) Internal stack
> 3) Virtual Method Table
> 4) etc....
>[/color]
Your compiler documentation. This is all implementation specific.

Ian
Closed Thread