Jump to content

boofnasty

Members+
  • Posts

    34
  • Joined

  • Last visited

Posts posted by boofnasty

  1. OK, I hadn't seen this post.

    Well, well, well... I guess it's hopeless  :ph34r:

    Tidus, instead of an emulator, consider beginning with a "HelloWorld" type program (a program whose only purpose is to write "HelloWorld" on screen, or even only on a console)  :D

    //"HelloWorld"

    #include <iostream>

     

    using std::cout;

    using std::endl;

     

    int main()

    {

    cout << "HelloWorld" << endl << endl;

     

    return 0;

     

    }

     

    try that out

  2. Hello everyone! I found this place when I was searching for samsho5 rom and I have to say this is the best emulation forum I have ever been to. You guys helped me get samsho5 and mslug5 :P Thanks a ton! I just hope I can help you guys out like you helped me out. Thanks again and I look forward to talking to all of you.

×
×
  • Create New...