Re: Newbie - Shared library
- From: Joseph2k <joseph2k@xxxxxxxxxx>
- Date: Tue, 31 Jan 2006 13:21:24 GMT
Ray wrote:
> On Thu, 2005-12-15 at 00:21 -0500, Carlos Moreno wrote:
>
>> You have to understand that in C++, like in C, you have two
>> distinct notions: declaration and definition.
>>
> Yes. A declaration merely reserves space in RAM for the class or
> variable. A definition tells the computer what's going to be IN that
> space.
>
>
>
No, function and class declaration does not. Function or class declaration
reserves namespace and possibly a pointer to linkage for something. Only
variable declaration can reserve space memory.
--
JosephKK
Gegen dummheit kampfen Die Gotter Selbst, vergebens.
--Shiller
.
- Follow-Ups:
- Re: Newbie - Shared library
- From: Måns Rullgård
- Re: Newbie - Shared library
- Prev by Date: Re: unsafe functions from signal handler
- Next by Date: Re: unsafe functions from signal handler
- Previous by thread: unsafe functions from signal handler
- Next by thread: Re: Newbie - Shared library
- Index(es):
Relevant Pages
|