Difference between revisions of "User:Mcqueen"

Line 1: Line 1:
 +
=='''Mcqueen's Wiki Page'''==
 
<asy>draw((0,0)--(0,5));
 
<asy>draw((0,0)--(0,5));
 
draw((0,5)--(3,0));
 
draw((0,5)--(3,0));
Line 26: Line 27:
 
draw((42,5)--(42,0));</asy>
 
draw((42,5)--(42,0));</asy>
  
Hello! I'm <math>\mathbb{M}\text{cqueen}</math>, otherwise known as <math>\mathfrak{CastleCrasher6}</math>. As you see up top, I took the time to use Asymptote to draw my name: mcqueen. If by some chance you haven't looked at it, take a look below, which should help you.
+
Hello! I'm <math>\mathbb{M}\text{cqueen}</math>, otherwise known as <math>\mathfrak{CastleCrasher6}</math>. If you could just look below, you'll see some information about me. Please take the time to read through it. Thanks, and enjoy!
  
<b>Start of Code</b><br />
+
==Current Projects==
<tt>#include <iostream>
+
<b>Blog CSS's:</b> [Release] Twitter Theme<br />  
 
+
<b>Problem Writing Group:</b> Problem Writing Group Website<br />
using namespace std;
+
<b>Reaper:</b> Reaper [Mcqueen's Blog Version] Games, Reaper Website
 
 
int main()
 
{
 
    repeat:
 
    string HaveYouSeenThePicOrNot[2] {"Yes I have seen the pic.", "No I haven't seen the pic."};
 
    int x;
 
    cout<<"Have you seen the pic yet? If Yes, type 1. If No, type 2. If I don't know, type anything you'd like." <<endl;
 
    cin>> x;
 
    if (x==1)
 
    {
 
          cout<<"Good, now we are ending this program." <<endl;
 
          goto end;
 
    }
 
    if (x==2)
 
    {
 
          cout<<"Well get up, scroll up, and look at the pic!" <<endl;
 
          goto repeat;
 
    }
 
    else
 
    {
 
          cout<<"ERROR 404: Page not found. Error...Error...Error...BOOM! ---BEEP---" <<endl;
 
          goto end;
 
    }
 
    end:
 
    system("PAUSE");
 
}
 
</tt><b>End of Code</b>
 
 
 
Of course that was a guide for you to see the pic. The guide was written in <math>\mathbb{C}++</math> of course. I can program, and my main language is <math>\mathbb{C}++</math>, though I do know a good amount of <math>\mathbb{HTML}</math>, some of <math>\mathbb{J}\text{ava}</math>, and a tiny bit of <math>\mathbb{CSS}</math>.
 

Revision as of 19:00, 6 October 2011

Mcqueen's Wiki Page

[asy]draw((0,0)--(0,5)); draw((0,5)--(3,0)); draw((3,0)--(6,5)); draw((6,5)--(6,0)); draw((9,5)--(12,5)); draw((9,5)--(9,0)); draw((9,0)--(12,0)); draw((15,5)--(18,5)); draw((15,5)--(15,0)); draw((15,0)--(18,0)); draw((18,5)--(18,0)); draw((17,2)--(19,-2)); draw((21,5)--(21,0)); draw((21,0)--(24,0)); draw((24,5)--(24,0)); draw((27,5)--(30,5)); draw((27,5/2)--(30,5/2)); draw((27,0)--(30,0)); draw((27,5)--(27,0)); draw((33,5)--(36,5)); draw((33,5/2)--(36,5/2)); draw((33,0)--(36,0)); draw((33,5)--(33,0)); draw((39,5)--(39,0)); draw((39,5)--(42,0)); draw((42,5)--(42,0));[/asy]

Hello! I'm $\mathbb{M}\text{cqueen}$, otherwise known as $\mathfrak{CastleCrasher6}$. If you could just look below, you'll see some information about me. Please take the time to read through it. Thanks, and enjoy!

Current Projects

Blog CSS's: [Release] Twitter Theme
Problem Writing Group: Problem Writing Group Website
Reaper: Reaper [Mcqueen's Blog Version] Games, Reaper Website