[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] basic gcc compiler issues...
sorry it has taken me a bit to reply. That was it...sorry, guess I
should have figured that out for myself...
thanks for the help
Keith
On Thu, 2004-01-08 at 09:41, Doug McNash wrote:
> Almost there, add
>
> using namespace std;
> My version phonetic version of hw.cpp
>
> #include <iostream>
> #include <iomanip>
> using namespace std;
>
> main()
> {
> string w1 = "Jello";
> string w2 = "Whirled";
> string ow = w1 + " " + w2;
> cout << ow << endl;
> }
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
--
Keith Morris <graphicsguy at charter.net>