User Tag List

Showing results 1 to 5 of 5

Thread: Code

  1. #1
    _Al_GO_RYTHMIC Scripter's Avatar
    Join Date
    Nov 2009
    Posts
    270
    Battle Record
    0-3

    Code

    Code:
    dim Open as a begining in anything that starts with time
    dim Open as to anything understand all from others eyes
    dim Open as suggestion it dont always have to be mines
    dim Open as hands, my arms, my charms, my life shines
    
    
    #IF I didnt care I wouldnt be $mines
    Then $Id have no hope or no looks in my rhymes
    #Say Hi my name is scripter im a rhyme designer of all kinds
    #Else $Id have no point in living my life
    $Im the hottest MC Scripter this aint no lie
    #Loop #Until I get a good hook just gotta find $mines
    #Or #Do $I #While $I complete my rhymes
    #End If I got a record label cant stop till its $mines
    Code:
    Class Average
    {
    but public:
         // I speak
     Average(int My Weight, int How Im Seen) construct me 
     ~Average(){}  //Build me up how you see
    // Overloaded how you Class me the creed inside bleeds
    void all thoughts you had to describe me please 
    void all creeds that thought they could fit inside me
    
    but Private:
    int My Weight now you seen
    int How Im Seen now you keep
    } // My interests inside deemed
    Uploading links........
    http://www.rapbattles.com/forum/show...121/index.html
    http://www.rapbattles.com/forum/show...212/index.html
    http://www.rapbattles.com/forum/show...300/index.html
    Last edited by Scripter; November 18th, 2009 at 04:10 AM

  2. #2
    Newbie
    Join Date
    Sep 2008
    Location
    Albany, NY
    Age
    36
    Posts
    36

    Re: Code

    lol syntax error. Looks like VB which I feel is a waste of time.

    Other than that I don't know how I feel about it, neat, original, structure although its a bit hard to follow and I feel anyone who doesn't have to deal with coding on a regular basis might have less appreciation for it. Cool concept though, I actually like this idea and think if you worked it out in a different way it could be pretty neat. As far as what you're actually saying I'm not to keen on. Its just average.

  3. #3
    _Al_GO_RYTHMIC Scripter's Avatar
    Join Date
    Nov 2009
    Posts
    270
    Battle Record
    0-3

    Re: Code

    still working on it thanks thats why it say uploading links i read the rules ty

  4. #4
    Banned
    Join Date
    Apr 2006
    Posts
    1,851
    Battle Record
    3-0

    Re: Code

    Yeah, I’ll have to wait until you sort through the syntax, because I’m having a hard time deciphering between your words and the PC jargon. It seems like an original idea, but at this point “seems” is the only word I can use to describe this piece. So I’ll try to check back with you a little later. Cool? Cool!

  5. #5
    _Al_GO_RYTHMIC Scripter's Avatar
    Join Date
    Nov 2009
    Posts
    270
    Battle Record
    0-3

    Re: Code

    I guess i could try to explain it:
    Visual Basic where most programmers would start
    dim stands for dimention pretty basic, also where you start in code
    must do this before you can use your varitables you may have learned about this in normal math class in school
    int stand for integer or integral which is always a number (hint* as in everyone has a number we are all unique)
    anything you see with a # before it is actual Command but should be read as part of the poem
    same with anything with $ before it which stands for a string type variables which carrys only keyboards strokes, text ect
    What is a varitable ?
    A varitable is a place in memory where data can be stored
    VB Example
    dim intSteelersScore as integer
    must dim it first
    then use it
    intSteelersScore = 6 3
    textbox = intSteelersScore
    This will diplay the score in a textbox
    Oh Loop is just what it says its a command that makes things happen over and over till it equals true
    C++
    Class like vb you delcare the variable
    Public is to declare that all can see it through all data created
    anything with // is just a comment in C++ ment only to help programs understand there code(does not run on the program)
    so with the comments understood
    we understand that im building something
    In the next part
    Im using a shape command which will decide my height and width(decides my shape)
    Code:
     Average(int My Weight, int How Im Seen) construct me 
     ~Average(){}  //Build me up how you see
    Overloaded things just allows more access by doubling it with what they call pointer or references
    void means that it has no value
    but I used it in metaphore for resetting starting over
    Code:
    // Overloaded how you Class me the creed inside bleeds
    void all thoughts you had to describe me please 
    void all creeds that thought they could fit inside me
    I think that pretty well explains it lol enjoy
    Last edited by Scripter; March 22nd, 2010 at 03:31 AM

Similar Threads

  1. I need somebody who knows code.
    By Rah Gwahn in forum Member Pictures
    Replies: 3
    Last Post: August 26th, 2009, 09:35 PM
  2. Code 9
    By Axe. in forum Closed Battles
    Replies: 44
    Last Post: August 11th, 2007, 04:31 PM
  3. RB code
    By Verbal Journa!st in forum Graphic Designs
    Replies: 19
    Last Post: March 26th, 2006, 01:23 PM
  4. ::.where i'm from..G CoDe...::
    By LiL Jay in forum Open Mic
    Replies: 1
    Last Post: April 24th, 2004, 03:10 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •