Welcome, Guest. Please login or register.

Author Topic: Mr. Biehl learns C  (Read 7866 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Doppie1200

  • Sr. Member
  • ****
  • Join Date: May 2004
  • Posts: 497
    • Show all replies
Re: Mr. Biehl learns C
« on: April 06, 2005, 07:32:43 AM »
Correct pointer i points to x. Just like you said.

I think pointers are among the most usefull things in c.
You can allocate pieces of memory and use a pointer to access the memory. You can use pointers to manipulate arrays, structures all kinds of things. You can also use function pointers.

Play around with it. Look at various examples on the web: www.codeguru.com www.codeproject.com. Warning: those sites are very win32.

Good luck
Regards,
Erno

(O\\\\_|_/O) <- this is supposed to look like the front of my beetle
(entire front not possible in signature)