public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* strings and char *
@ 2006-08-10 18:09 Michael Surette
  2006-08-10 18:10 ` Sven Eschenberg
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michael Surette @ 2006-08-10 18:09 UTC (permalink / raw)
  To: gcc-help

It's been a while since I've written any C code, so please forgive me if
this is a newbie type question.

I was having a problem with a larger program when I ran into a problem.  The
following code snippet should work according to what I remember of C. 
What's wrong with it?

------------

char * color;
char * r="red";
color = r;

------------

gcc -c ar.c

------------

ar.c:3: error: conflicting types for 'color'
ar.c:1: error: previous declaration of 'color' was here
ar.c:3: warning: initialization makes integer from pointer without a cast
ar.c:3: error: initializer element is not constant
ar.c:3: warning: data definition has no type or storage class

------------

gcc --version

------------

gcc (GCC) 3.4.4
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-08-11 22:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-10 18:09 strings and char * Michael Surette
2006-08-10 18:10 ` Sven Eschenberg
2006-08-10 19:07 ` Bob Rossi
2006-08-10 19:12   ` Michael Surette
2006-08-10 19:18     ` Bob Rossi
2006-08-10 20:10       ` Michael Surette
2006-08-11  9:39       ` Shriramana Sharma
2006-08-13 13:50 ` Luca Masini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).