Another little help

51 views
Skip to first unread message

Rogor

unread,
Oct 28, 2012, 5:22:47 PM10/28/12
to clay-l...@googlegroups.com
Just to remedy to my bad internet connection in these days, please, can you translate this from C++ to Clay? So i can begin to play offline. I cannot surf over the source code, too many times my connection drops :-(

#include<iostream>
#include<string>

int main()
{
        using namespace std;
        cout << "insert your name: ";
        string input = "";
        getline(cin, input);
        cout << "Hi, " << input;
}

i apologize for this question, i hope to be up and running very soon.


Reply all
Reply to author
Forward
0 new messages