21.10.2010, 20:10
Hello, i am looking into the size of data types.. cant figure it out..
so, this is what i think i know
So, if var is 32 bits.. Thats 4 bytes? Then arr[50] is 200Bytes?? and thats 4 bytes in each index?
*just need sumone to clear this up for me*
thanks
-----
Also, is there a way i can get someones router Max address? (want to ban it)
so, this is what i think i know
Code:
new var; // This is either 16 bits or 32 bits? (not sure tbh) new arr[50]; // This is w/e the var size * 50 ??
*just need sumone to clear this up for me*
thanks
-----
Also, is there a way i can get someones router Max address? (want to ban it)