www.digitalmars.com         C & C++   DMDScript  

D - stupid question!!!

reply "Andrew" <crxace13 comcast.net> writes:
How do I assign the string: 'Why in D world are you still using
C++?' to the variable goodQuestion?

this is not a joke!
Thanks
Jun 10 2002
parent reply "Walter" <walter digitalmars.com> writes:
"Andrew" <crxace13 comcast.net> wrote in message
news:ae413d$1hf6$1 digitaldaemon.com...
 How do I assign the string: 'Why in D world are you still using
 C++?' to the variable goodQuestion?
char[] s; s = "string";
Jun 10 2002
parent "Andrew" <crxace13 comcast.net> writes:
Thanks Walter!

"Walter" <walter digitalmars.com> wrote in message
news:ae47le$1p4a$3 digitaldaemon.com...
|
| "Andrew" <crxace13 comcast.net> wrote in message
| news:ae413d$1hf6$1 digitaldaemon.com...
| > How do I assign the string: 'Why in D world are you still
using
| > C++?' to the variable goodQuestion?
|
| char[] s;
| s = "string";
|
|
|
Jun 11 2002