|
|
| Author |
Message |
Ananya
New User
Joined: 26 Feb 2004 Posts: 21 Location: Chennai
|
|
|
|
I have seen coders using Copy Statement in certain pgms & few more using ++Include <member>..
Can anyone please tell me the basic diff b/w them and also
What instances are they used...
Eg's for each would be very helpful.
Thanks in advance. |
|
| Back to top |
|
 |
References
|
Posted: Wed Dec 01, 2004 4:40 pm Post subject: Re: Diff b/w Copy & ++Include Statements |
 |
|
|
 |
rick
Moderator
Joined: 18 Jun 2004 Posts: 61 Location: Kuzhithurai
|
|
|
|
Hi,
When u use Copy statement the member will be included during the compailation.
when u use Include statement member will be included during the precompailation time. |
|
| Back to top |
|
 |
anuradha
Global Moderator
Joined: 06 Jan 2004 Posts: 257
|
|
| Back to top |
|
 |
|
|