g++ object model for vfts

2007-09-05 Thread Dan
Hi, I'm trying to understand g++'s object model, and specifically how it uses it virtual function tables. I guess I start with the "dumb" question, which is: is there a reference (in the vein of the ARM book) for how these structures are implemented in g++? My specific question is taken from look

Re: Makefile doubts

2007-09-05 Thread Lionel B
On Thu, 16 Aug 2007 22:43:41 -0700, yasosyaso wrote: > Dear Friends, > > I am writing makefiles on linux. How to call number of makefiles from > the main makefile. Depending on what you want to achieve, see: http://www.gnu.org/software/make/manual/html_node/Include.html#Include or: http://www

Re: Looking for tool to convert source code for beyond g++2.95

2007-09-05 Thread Vakayil Thobias
Ray Earley wrote: Dear Friends, I am writing makefiles on linux. How to call number of makefiles from the main makefile. Please reply as soon as possible. Thanks in advance. Bye use include statement. Regards, Thobias Vakayil ___ help-gpl

Re: Makefile doubts

2007-09-05 Thread Vakayil Thobias
Yasothabalan Ramaswamy-TLS,Chennai wrote: Hi, I am very new when it comes to this topic so please be forgiving. I am an intern and I could use some help. I have followed another post from this site since I have a similar problem but it didn't help. Here's my problem: I have a function (FetchDat