What is that?

Discussion in 'Plugin Development' started by gabsloco, May 2, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    gabsloco

    Hi

    I'm new in the world of programing and I have decompiled some plugins to see what is inside and know more about programming...

    And have some lines that i'm not understanding what is...

    http://pastebin.com/Cd91qFr2

    What is val$?
     
  2. Offline

    iFamasssxD

    When you decompile a plugin it doesnt always get the variables names right. Usually its the same through out the plugins decompiled src.
     
  3. Offline

    xTrollxDudex

    gabsloco
    When you learn programming, you learn the little things and how they work and assemble them into a program, ie:

    int, char, =, String -> Method, Field, Class -> API -> Program

    NOT the other way around, like you're trying to do: get program, learn what little parts mean and do:

    Program -> How the hell does this work

    Just my 2c, but if you learn better like that, go ahead, no one is stopping you, good luck.
     
Thread Status:
Not open for further replies.

Share This Page