Link to home
Start Free TrialLog in
Avatar of palhade
palhadeFlag for India

asked on

Pointer in C/C++


Hi,

I want to learn "Pointer in C/C++" in depth so that I can be able to write any program with Pointer also I must be able to answer any question related to Pointer.

Memory management through Pointer

Thanks...
ASKER CERTIFIED SOLUTION
Avatar of Infinity08
Infinity08
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
tutorials, not totorials heh :)
hey palhade

here is a tutorial about poiters:

http://www.cplusplus.com/doc/tutorial/pointers/

besides, the best way to learn is just doing it.. ;)

do you have any specific question?


ike
wow .. seems to be a good reference, eh .. :)
I just wanted to toss a thanks to those that provided that link.  I could have used it two weeks ago before I had a test on pointers.
Avatar of eM
eM

This is a good primer on declarations of pointers:

http://www.codeproject.com/KB/cpp/complex_declarations.aspx

It starts off easy and shows more advanced examples of pointer declarations.
May I ask why you gave a B grade ? That usually means that something was missing in the answer and/or that something is still unclear. If that's the case, then please do not hesitate to ask for clarification where needed.

Note that it's also common to split points among answers with the same content that are posted at the same time.