A few corrections:
Step 4: Enter the project name (AddCalc in this case) and click "OK"
Step 6: Instead of "OK" it should be "Finish"
Step 8: Instead of "change the name to" it should be "enter the name"




8 Votes
Posted 26 January 2010 - 10:52 PM
Posted 19 March 2010 - 08:05 AM
Posted 01 May 2010 - 10:01 AM
#include <iostream>
using namespace std;
int main()
{
int a;
cout<<"hi..enter any integer."<<endl;
cin>>a;
cout<<"thankyou.";
return 1;
}
Posted 15 May 2010 - 12:53 AM
Posted 01 June 2010 - 07:41 AM
AcroneShadow, on 23 July 2009 - 01:30 AM, said:
return 0;
cout << result << endl;
Posted 01 June 2010 - 08:31 AM
Kerem Karatas, on 01 June 2010 - 08:41 AM, said:
AcroneShadow, on 23 July 2009 - 01:30 AM, said:
return 0;
cout << result << endl;
Posted 19 June 2010 - 03:17 PM
Posted 14 July 2010 - 02:01 PM
Posted 15 July 2010 - 05:43 AM
Posted 15 July 2010 - 12:10 PM
Posted 21 July 2010 - 12:16 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
