Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Remilia Scarlet

Members
  • Content count

    5070
  • Joined

  • Last visited

About Remilia Scarlet

  • Rank
    She/Her/Comrade

Recent Profile Visitors

150018 profile views

Single Status Update

See all updates by Remilia Scarlet

  1. #include <iostream.h>
    #include "blog.h"

    uses namespace std;

    int main()
    {
    blog.set_word_wraping(true); //less \n's to type.
    blog.capture_cout_streams(true);

    cout << "Yeah, as you can see, I have C++ on my mind. Why, I "
    << "don't know. I'm not exactly the best C++ programmer, "
    << "lol. But oh well.\n\n";

    cout << "I'm quite happy. Not only did I receive my 'Godzilla "
    << "2000' DVD in the mail yesterday, but I was able to "
    << "snag two Japanese Dialog\\English subtitled Godzilla "
    << "movies off of eBay yesterday! I seriously think my "
    << "obsessed love for Godzilla is coming back. I spent "
    << "all of last night watching him fight Ogra. And only "
    << "afterwards did I remember I had homework.\n\n";

    cout << "Of course, not much of that got done. I decided to "
    << "look into both the jDoom and StepMania source codes. "
    << "I had the crazy idea of implementing the wad file "
    << "format into StepMania. I...didn't get far. At all.\n\n";

    cout << "Although, I think I'm going to try and do something "
    << "in one of the two programs, just to impress my C++ "
    << "teacher...as well as this girl I really REALLY like "
    << "in my C++ class.\n\nLooks like I'll ask her out next.";

    return 0;
    }

    1. Sharessa

      Sharessa

      I don't think these forums were written in C or any of it's derrivitives.

    2. Julian

      Julian

      They are in php.

    3. fraggle
    4. Show next comments  24 more
×