Welcome, Guest. Please login or register.

Author Topic: assignment problem with general pointers (VOID type )  (Read 1257 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Einstein

  • Sr. Member
  • ****
  • Join Date: Dec 2004
  • Posts: 402
    • Show all replies
Re: assignment problem with general pointers (VOID type )
« on: January 04, 2005, 02:07:50 PM »
Just a silly question as I'm not much at home in advanced C-programming: why does pointers in C need to be declared as certain types ? I figure this is a compiler-directive to have access to the different offsets in the varibales/structures/functions, am I correct ?  :-?
I have spoken !
 

Offline Einstein

  • Sr. Member
  • ****
  • Join Date: Dec 2004
  • Posts: 402
    • Show all replies
Re: assignment problem with general pointers (VOID type )
« Reply #1 on: January 04, 2005, 03:37:58 PM »
Thanks for the reply Karlos
I have spoken !