Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Passing pointer to function

1 view
Skip to first unread message

wiz...@gmail.com

unread,
Dec 5, 2008, 11:18:19 AM12/5/08
to
The answer is this:

There are four ways to pass a pointer to a functiona nonconstant
pointer to nonconstant data, a nonconstant pointer to constant data, a
constant pointer to nonconstant data and a constant pointer to
constant data.


Taken from Deitel - C++ How to Program, Fifth Edition

0 new messages