[ale] basic gcc compiler issues...

Doug McNash dmcnash at charter.net
Thu Jan 8 09:47:47 EST 2004


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;
}




More information about the Ale mailing list