
www.Usenet.com
Group Index
Comp Thread Archive from Usenet.com
Re: What's wrong with this?
- __From__: Andreas Scherer
- __Subject__: Re: What's wrong with this?
- __Date__: Thu, 04 Dec 2003 12:51:23 -0600
[EMAIL PROTECTED] (Joe Developer) wrote in message news:<[EMAIL PROTECTED]>...
> char *foo = "Hello World";
Substitute this with "char foo[] = "Hello World;" (or use std::string).
Take care,
Andreas
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
- Re: What's wrong with this?, (continued)
- Re: What's wrong with this?,
Ben Hutchings
- Re: What's wrong with this?,
Gianni Mariani
- Re: What's wrong with this?,
Antoun Kanawati
- Re: What's wrong with this?,
Frank A. Uepping
- Re: What's wrong with this?,
Vitaly
- Re: What's wrong with this?,
Jeroen Haegebaert
- Re: What's wrong with this?,
John Carson
- Re: What's wrong with this?,
kanze
- Re: What's wrong with this?,
Andreas Scherer
- Re: What's wrong with this?,
Allan W