In which case I would say you're not posting the code you're compiling.
The only way to get those warnings with VC++ is to do this
char Name[13];
strcpy ( <strong>&</strong>Name, "George Brown");
As written, both snippets are fine.
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953