Re: A89: Re: C problem...
[Prev][Next][Index][Thread]
Re: A89: Re: C problem...
> Instead of increasing the pointer that you pass as a parameter with
> 'initials++', let that pointer stay the same, and use
'*initials[count]=key'
> instead of '*initials=key'. Since C is a high-level programming language,
> you shouldn't have to mess around with pointers that much.
When I try this the compiler says "invalid type argument of 'unary * '
"...why does it say this?
Josh
<A HREF="http://pa.ticalc.org">Programmers Anonymous</A> Member
Follow-Ups: