Mail Archives: djgpp/1998/08/12/13:18:04
bowes AT cgocable DOT net wrote:
> Can someone tell me if there is a library function or other way of
> converting char[somevalue] to char*?
Normally no conversion is needed, but please post an example of what are you
trying to do.
Basically:
char a[100];
char *b;
b=a;
is valid.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://set-soft.home.ml.org/
or
http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org
ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -