D - stupid question!!!
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
"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
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