Thread: Periodic Table

Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Virtual Void View Post


    new is used with allocating memory in C++

    classname* instance = new classname

    you wouldnt use new without pointers because the memory is already allocated
    Guess it's just managed then. If you don't construct a struct/class in managed before modifying it's properties you'll get *********enceExceptions because you've just said "Hydrogen is an element", but haven't actually allocated it an element yet.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  2. #17
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    malloc bitchs
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Page 2 of 2 FirstFirst 12