• Programmer Ji-li's Gallery
  • View Profile
  • Send Private Message
  • Artist Info:
    #include "stdafx.h"<br />
    #include <iostream><br />
    #include <string><br />
    using namespace std;<br />
    #define PI 3.1415926535389793<br />
    <br />
    void main()<br />
    {<br />
    //introducing self.<br />
    cout<<"Hey everyone. I am Ji-Li. If you can't tell I am a programmer.n";<br />
    //waits for response<br />
    string response;<br />
    cin>>response;<br />
    cout<<response<<"........no response?n";<br />
    //forces response to happen<br />
    response = "YAY!";<br />
    cout<<response<<endl;<br />
    cout<<"Good. Better say yay.... >.>............. so anyways in particular I create games.";<br />
    //await response<br />
    cin>>response;<br />
    cout<<response<<".....empty again? what you say you want me to make a game right here? Sorry I'm busy. Anyways. I also like drawing and I can be friendly so don't be afraid to talk to me. Although I am not on that much so it may take a gooooooooooooood long while to respond. I been spending my days making programs to learn skills for games or actually making games. Anyways that sums up me......btw you can call me pi. That's PI as in "<<PI<<endl; <br />
    }<br />
    <br />
  • Avg. rating: